Bump backup format version number
This commit is contained in:
parent
c16969ac5f
commit
8d490b3c05
@ -139,10 +139,11 @@ class BackupManager(
|
||||
/**
|
||||
* Format changelog:
|
||||
* - 1.5: added `weight` to favorites
|
||||
* - 1.9: migrate from proto to json data store
|
||||
*/
|
||||
|
||||
private const val BackupFormatMajor = 1
|
||||
private const val BackupFormatMinor = 8
|
||||
private const val BackupFormatMinor = 9
|
||||
internal const val BackupFormat = "$BackupFormatMajor.$BackupFormatMinor"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user