We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c88f1d commit 79d45c1Copy full SHA for 79d45c1
src/App.tsx
@@ -52,7 +52,7 @@ import {
52
const AppContext = createContext<AppContextProps>();
53
54
// update this when you want the user to see new syntax
55
-const MIGRATION_VERSION = 10;
+const MIGRATION_VERSION = 11;
56
57
const App: Component = () => {
58
const [version, setVersion] = makePersisted(createSignal<number>(), {
0 commit comments