mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
All: Set min version for synchronising to 3.0.0
This commit is contained in:
parent
838da6f161
commit
a1f9c9c3d8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user