Skip to content

Commit

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

0 comments on commit ad6ed74

Please sign in to comment.