@cryptotaxi247 / kubo / commits / 3119f85e7

chore: add migration to listen on QUIC by default

Steven Allen committed Jun 8, 2020 at 09:20 UTC 3119f85e72f0532565605f4b64cd1c284ded54c7
2 files changed +2 -2
repo/fsrepo/fsrepo.go
+1 -1
@@ -36,7 +36,7 @@ const LockFile = "repo.lock"
36 var log = logging.Logger("fsrepo")
37
38 // version number that we are currently expecting to see
39 -var RepoVersion = 9
39 +var RepoVersion = 10
40
41 var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
42 Sorry for the inconvenience. In the future, these will run automatically.`
repo/fsrepo/migrations/migrations.go
+1 -1
@@ -15,7 +15,7 @@ import (
15 "strings"
16 )
17
18 -var DistPath = "https://ipfs.io/ipfs/QmXuKUDChMXkcq36CbaggvY3UaAtgpi7yyoAiNy5VD9Dfr"
18 +var DistPath = "https://ipfs.io/ipfs/QmRnvRrRwto4QAMuwWeEU9GpNaHKqQPdvdrNeGaXg7yruC"
19
20 func init() {
21 if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {