We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c92f5ae commit faecf92Copy full SHA for faecf92
repo/fsrepo/fsrepo.go
@@ -30,7 +30,7 @@ import (
30
)
31
32
// version number that we are currently expecting to see
33
-var RepoVersion = "2"
+var RepoVersion = "3"
34
35
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
36
Sorry for the inconvenience. In the future, these will run automatically.`
0 commit comments