We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf76ebe commit 815e64fCopy full SHA for 815e64f
repo/fsrepo/migrations/fetcher.go
@@ -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
+ 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
0 commit comments