Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Jul 29, 2024
1 parent 6c59d31 commit 5d8cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contexts/XTableConfigContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export interface IState {
customImaging: ICustomImaging,
}

export const SCHEMA_VERSION: number = 9
export const SCHEMA_VERSION: number = 10

const getInitialState = (): IState => ({
schemaVersion: SCHEMA_VERSION,
Expand Down

0 comments on commit 5d8cfe3

Please sign in to comment.