Skip to content

Commit

Permalink
feat: fs-repo-15-to-16 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 2, 2024
1 parent 6ee6545 commit ac233ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo/fsrepo/fsrepo.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const LockFile = "repo.lock"
var log = logging.Logger("fsrepo")

// RepoVersion is the version number that we are currently expecting to see.
var RepoVersion = 15
var RepoVersion = 16

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.`
Expand Down
2 changes: 1 addition & 1 deletion repo/fsrepo/migrations/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

const (
// Current distribution to fetch migrations from.
CurrentIpfsDist = "/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo" // fs-repo-14-to-15 v1.0.1
CurrentIpfsDist = "/ipfs/QmNRLZPGn5HVhGUHoJFGE822Q9eexC3K2Vpjm3UPonhW2i" // fs-repo-15-to-16 v1.0.0
// Latest distribution path. Default for fetchers.
LatestIpfsDist = "/ipns/dist.ipfs.tech"

Expand Down

0 comments on commit ac233ee

Please sign in to comment.