bump repo version and update migration dist path
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
May 31, 2018 at 20:03 UTC
c2c49c88c6f1184be563917be5d2f3a008fa0c31
2 files changed
+2
-2
repo/fsrepo/fsrepo.go
+1
-1
@@ -36,7 +36,7 @@ const LockFile = "repo.lock"
36
var log = logging.Logger("fsrepo")
37
38
// version number that we are currently expecting to see
39
-var RepoVersion = 6
39
+var RepoVersion = 7
40
41
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
42
Sorry for the inconvenience. In the future, these will run automatically.`
repo/fsrepo/migrations/migrations.go
+1
-1
@@ -15,7 +15,7 @@ import (
15
"strings"
16
)
17
18
-var DistPath = "https://ipfs.io/ipfs/QmR6d2gePmBmsqkESwjpbLrHHJGLx2qDyWysqpuNcJgsnK"
18
+var DistPath = "https://ipfs.io/ipfs/QmZLYJBVBK8nqc5JTHp6CZU1v9Ja3MvGrkCe61PfCecc6E"
19
20
func init() {
21
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {