Skip to content

Commit 7fe5650

Browse files
committed
feat: bump repo version to 12 and update CID of the distributions
1 parent 9913183 commit 7fe5650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo/fsrepo/fsrepo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const LockFile = "repo.lock"
3636
var log = logging.Logger("fsrepo")
3737

3838
// version number that we are currently expecting to see
39-
var RepoVersion = 11
39+
var RepoVersion = 12
4040

4141
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
4242
Sorry for the inconvenience. In the future, these will run automatically.`

repo/fsrepo/migrations/fetcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
// 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
1414
// Latest distribution path. Default for fetchers.
1515
LatestIpfsDist = "/ipns/dist.ipfs.io"
1616

0 commit comments

Comments
 (0)