bump repo version to 11
Adin Schmahmann committed
Dec 4, 2020 at 15:30 UTC
9bc8f6d5b514cb599cbb1999ca22c933f7d77d50
1 file changed
+1
-1
repo/fsrepo/fsrepo.go
+1
-1
@@ -35,7 +35,7 @@ const LockFile = "repo.lock"
35
var log = logging.Logger("fsrepo")
36
37
// version number that we are currently expecting to see
38
-var RepoVersion = 10
38
+var RepoVersion = 11
39
40
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
41
Sorry for the inconvenience. In the future, these will run automatically.`