File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const LockFile = "repo.lock"
3636var log = logging .Logger ("fsrepo" )
3737
3838// version number that we are currently expecting to see
39- var RepoVersion = 11
39+ var RepoVersion = 12
4040
4141var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
4242Sorry for the inconvenience. In the future, these will run automatically.`
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010
1111const (
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
You can’t perform that action at this time.
0 commit comments