We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191ffe3 commit 27870f0Copy full SHA for 27870f0
src/simple-editor/state/Configuration.ts
@@ -1,6 +1,6 @@
1
import { create } from 'zustand';
2
3
-const TRUSTGRAPH_VERSION = "0.20.0";
+const TRUSTGRAPH_VERSION = "0.20.1";
4
5
export interface ModelParams {
6
deployment : string;
0 commit comments