chore: bump repo version to 15
Henrique Dias committed
Sep 4, 2023 at 10:25 UTC
6e1b731a65b1ae669be0ed9897d5477ce7d12961
2 files changed
+2
-2
repo/fsrepo/fsrepo.go
+1
-1
@@ -37,7 +37,7 @@ const LockFile = "repo.lock"
37
var log = logging.Logger("fsrepo")
38
39
// RepoVersion is the version number that we are currently expecting to see.
40
-var RepoVersion = 14
40
+var RepoVersion = 15
41
42
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
43
Sorry for the inconvenience. In the future, these will run automatically.`
repo/fsrepo/migrations/fetcher.go
+1
-1
@@ -11,7 +11,7 @@ import (
11
12
const (
13
// Current distribution to fetch migrations from.
14
- CurrentIpfsDist = "/ipfs/QmYerugGRCZWA8yQMKDsd9daEVXUR3C5nuw3VXuX1mggHa" // fs-repo-13-to-14 v1.0.0
14
+ CurrentIpfsDist = "/ipfs/QmVYvjxCiUxqGjDeREFDy8SbX3zj7vhgeuprk28hgvKEq5" // fs-repo-14-to-15 v1.0.0
15
// Latest distribution path. Default for fetchers.
16
LatestIpfsDist = "/ipns/dist.ipfs.tech"
17