@cryptotaxi247 / kubo / commits / 896601f6c

bump fsrepo version to 3

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed May 22, 2015 at 16:40 UTC 896601f6cb118912fa6fa1491cc913acea18099f
1 file changed +1 -1
repo/fsrepo/fsrepo.go
+1 -1
@@ -31,7 +31,7 @@ import (
31 var log = logging.Logger("fsrepo")
32
33 // version number that we are currently expecting to see
34 -var RepoVersion = "2"
34 +var RepoVersion = "3"
35
36 var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
37 Sorry for the inconvenience. In the future, these will run automatically.`