Skip to content

Commit

Permalink
[web][keyserver] codeVersion -> 118
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashoat committed Sep 18, 2024
1 parent a78a969 commit 07f55df
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 = 117;
export const keyserverCodeVersion = 118;
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: 117,
codeVersion: 118,
stateVersion: persistConfig.version,
...desktopDetails,
},
Expand Down

0 comments on commit 07f55df

Please sign in to comment.