Skip to content

Commit 79d45c1

Browse files
committed
Update migration version for frontend state
1 parent 0c88f1d commit 79d45c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import {
5252
const AppContext = createContext<AppContextProps>();
5353

5454
// update this when you want the user to see new syntax
55-
const MIGRATION_VERSION = 10;
55+
const MIGRATION_VERSION = 11;
5656

5757
const App: Component = () => {
5858
const [version, setVersion] = makePersisted(createSignal<number>(), {

0 commit comments

Comments
 (0)