feat: bump repo version to 12 and update CID of the distributions
Adin Schmahmann committed
Dec 13, 2021 at 13:16 UTC
7fe56507b51beacc174d813c8b4b9265cb5286ea
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 = 11
39
+var RepoVersion = 12
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/fetcher.go
+1
-1
@@ -10,7 +10,7 @@ import (
10
11
const (
12
// Current distribution to fetch migrations from
13
- CurrentIpfsDist = "/ipfs/QmP7tLxzhLU1KauTRX3jkVkF93pCv4skcceyUYMhf4AKJR" // fs-repo-migrations v2.0.2
13
+ CurrentIpfsDist = "/ipfs/QmPweMoUxWFt1MSpYwLWsHB1GBcyYYDKPnANdERMY4U6hK" // fs-repo-11-to-12 v1.0.1
14
// Latest distribution path. Default for fetchers.
15
LatestIpfsDist = "/ipns/dist.ipfs.io"
16