Skip to content

Commit

Permalink
[web][keyserver] codeVersion -> 124
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashoat committed Oct 1, 2024
1 parent ad028d2 commit 4c548a0
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 = 123;
export const keyserverCodeVersion = 124;
2 changes: 1 addition & 1 deletion web/app.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ registerConfig({
calendarRangeInactivityLimit: null,
platformDetails: {
platform: electron?.platform ?? 'web',
codeVersion: 123,
codeVersion: 124,
stateVersion: persistConfig.version,
...desktopDetails,
},
Expand Down

0 comments on commit 4c548a0

Please sign in to comment.