have v9 autoupgrade to v10

This was right before commit a27776f602,
which made v6 v7 autoupgrade to v8 but not yet to v10.

Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
Joey Hess 2022-01-26 13:16:06 -04:00
parent 835c50966a
commit 21e40b86d8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -42,7 +42,7 @@ autoUpgradeableVersions = M.fromList
, (RepoVersion 6, defaultVersion)
, (RepoVersion 7, defaultVersion)
, (RepoVersion 8, defaultVersion)
, (RepoVersion 9, defaultVersion)
, (RepoVersion 9, latestVersion)
]
versionField :: ConfigKey