-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[web/keyserver] Separate web and keyserver versions
Summary: [ENG-4766](https://linear.app/comm/issue/ENG-4766) We need to separate web and keyserver for the future multi keyserver world. One of the things we need to change is versioning - they both need to have a separate versions. Test Plan: `yarn flow-all`, `cargo test` in rust node addon. Checked if after changing the version the version in generated rust code also changes. Reviewers: inka, kamil, atul Reviewed By: atul Subscribers: ashoat, tomek, wyilio Differential Revision: https://phab.comm.dev/D9503
- Loading branch information
1 parent
5c2682a
commit 584f14b
Showing
5 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// @flow | ||
|
||
export const keyserverCodeVersion = 38; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters