Skip to content

Commit

Permalink
All: Set min version for synchronising to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jun 29, 2024
1 parent 838da6f commit a1f9c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/services/synchronizer/syncInfoUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface SyncInfoValuePublicPrivateKeyPair {
//
// `appMinVersion_` should really just be a constant but for testing purposes it can be changed
// using `setAppMinVersion()`
let appMinVersion_ = '0.0.0';
let appMinVersion_ = '3.0.0';

export const setAppMinVersion = (v: string) => {
appMinVersion_ = v;
Expand Down

0 comments on commit a1f9c9c

Please sign in to comment.