start v3
This commit is contained in:
parent
c03af0ed0c
commit
9a1f0fcee2
2 changed files with 6 additions and 2 deletions
|
@ -20,13 +20,13 @@ import Config
|
|||
type Version = String
|
||||
|
||||
defaultVersion :: Version
|
||||
defaultVersion = "2"
|
||||
defaultVersion = "3"
|
||||
|
||||
supportedVersions :: [Version]
|
||||
supportedVersions = [defaultVersion]
|
||||
|
||||
upgradableVersions :: [Version]
|
||||
upgradableVersions = ["0", "1"]
|
||||
upgradableVersions = ["0", "1", "2"]
|
||||
|
||||
versionField :: String
|
||||
versionField = "annex.version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue