From 886a0af49e67e3064fae9268577085e35814c2c6 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 7 Jan 2020 08:05:49 -0800 Subject: [PATCH] feat(repo): bump repo version 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 --- repo/fsrepo/fsrepo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/fsrepo/fsrepo.go b/repo/fsrepo/fsrepo.go index b28aed8ada2..7adccaecf41 100644 --- a/repo/fsrepo/fsrepo.go +++ b/repo/fsrepo/fsrepo.go @@ -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.`