Skip to content

Commit

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

0 comments on commit 1a1db92

Please sign in to comment.