Skip to content

Commit

Permalink
feat(repo): bump repo version
Browse files Browse the repository at this point in the history
We're bumping to version 8 to migrate bootstrappers:

1. Switch from /ipfs to /p2p. This isn't necessary but it's still "nice".
2. Add new bootstrappers to old nodes that don't have them.

part of #6797
  • Loading branch information
Stebalien committed Jan 7, 2020
1 parent 2b9a2d5 commit 886a0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/fsrepo/fsrepo.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const LockFile = "repo.lock"
var log = logging.Logger("fsrepo")

// version number that we are currently expecting to see
var RepoVersion = 7
var RepoVersion = 8

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

0 comments on commit 886a0af

Please sign in to comment.