feat: update upgrade repo from 12 to 13

Fixes: #9292
This commit is contained in:
Jorropo 2022-12-12 21:50:37 +01:00
parent 16d189b8b8
commit 710d3208af
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ const LockFile = "repo.lock"
var log = logging.Logger("fsrepo")
// RepoVersion is the version number that we are currently expecting to see
var RepoVersion = 12
var RepoVersion = 13
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
Sorry for the inconvenience. In the future, these will run automatically.`

View File

@ -11,7 +11,7 @@ import (
const (
// Current distribution to fetch migrations from
CurrentIpfsDist = "/ipfs/QmdaCHYBDHEhXCMoynH5UcohEay6m1XayZCcxWZzKAHNVN" // fs-repo-11-to-12 v1.0.2
CurrentIpfsDist = "/ipfs/Qmf4yftD4LuMo8JMNPqqw3BtUwYd2VkXMiAThuPE6usrbQ" // fs-repo-12-to-13 v1.0.0
// Latest distribution path. Default for fetchers.
LatestIpfsDist = "/ipns/dist.ipfs.tech"