chore: bump migrations dist.ipfs.io CID to contain fs-repo-11-to-12 v1.0.2
Adin Schmahmann committed
Feb 17, 2022 at 20:54 UTC
815e64f4a68acda116e4ef3cf36713fd71b455c9
1 file changed
+1
-1
repo/fsrepo/migrations/fetcher.go
+1
-1
@@ -11,7 +11,7 @@ import (
11
12
const (
13
// Current distribution to fetch migrations from
14
- CurrentIpfsDist = "/ipfs/QmPweMoUxWFt1MSpYwLWsHB1GBcyYYDKPnANdERMY4U6hK" // fs-repo-11-to-12 v1.0.1
14
+ CurrentIpfsDist = "/ipfs/QmdaCHYBDHEhXCMoynH5UcohEay6m1XayZCcxWZzKAHNVN" // fs-repo-11-to-12 v1.0.2
15
// Latest distribution path. Default for fetchers.
16
LatestIpfsDist = "/ipns/dist.ipfs.io"
17