Skip to content

Commit

Permalink
update state version
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman committed Jun 23, 2023
1 parent 9dc4f24 commit 4e4d25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/store/state/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type M = Main & {
}

const mainState: M = {
_version: main('_version', 37),
_version: main('_version', 38),
instanceId: main('instanceId', generateUuid()),
colorway: main('colorway', 'dark'),
colorwayPrimary: {
Expand Down

0 comments on commit 4e4d25e

Please sign in to comment.