Skip to content

Commit

Permalink
[web][keyserver] codeVersion -> 112
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashoat committed Aug 22, 2024
1 parent abc28da commit 29f6bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyserver/src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// @flow

export const keyserverCodeVersion = 111;
export const keyserverCodeVersion = 112;
2 changes: 1 addition & 1 deletion web/app.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ registerConfig({
calendarRangeInactivityLimit: null,
platformDetails: {
platform: electron?.platform ?? 'web',
codeVersion: 111,
codeVersion: 112,
stateVersion: persistConfig.version,
...desktopDetails,
},
Expand Down

0 comments on commit 29f6bc2

Please sign in to comment.