bump repo version to 11

This commit is contained in:
Adin Schmahmann 2020-12-04 15:30:04 -05:00
parent 0b1276db59
commit 9bc8f6d5b5

View File

@ -35,7 +35,7 @@ const LockFile = "repo.lock"
var log = logging.Logger("fsrepo")
// version number that we are currently expecting to see
var RepoVersion = 10
var RepoVersion = 11
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
Sorry for the inconvenience. In the future, these will run automatically.`