From 21e40b86d8439be1dd4b4ccd0b8bab3aa59cb851 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Jan 2022 13:16:06 -0400 Subject: [PATCH] have v9 autoupgrade to v10 This was right before commit a27776f6026082683ab40d88745f1cc6242fca6c, which made v6 v7 autoupgrade to v8 but not yet to v10. Sponsored-by: Dartmouth College's Datalad project --- Annex/Version.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Version.hs b/Annex/Version.hs index 6a1dcdf99c..958e52a834 100644 --- a/Annex/Version.hs +++ b/Annex/Version.hs @@ -42,7 +42,7 @@ autoUpgradeableVersions = M.fromList , (RepoVersion 6, defaultVersion) , (RepoVersion 7, defaultVersion) , (RepoVersion 8, defaultVersion) - , (RepoVersion 9, defaultVersion) + , (RepoVersion 9, latestVersion) ] versionField :: ConfigKey