migration: update 14-to-15 to v1.0.1
Jorropo committed
Sep 20, 2023 at 07:38 UTC
2acb6c6cbb719b9a5ad62ea5919ec5f0b0ba7656
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/QmVYvjxCiUxqGjDeREFDy8SbX3zj7vhgeuprk28hgvKEq5" // fs-repo-14-to-15 v1.0.0
14
+ CurrentIpfsDist = "/ipfs/QmZPedUiZNe6Gq9oDvoizuuCMVoeb7shwq9xKhysq7exMo" // fs-repo-14-to-15 v1.0.1
15
// Latest distribution path. Default for fetchers.
16
LatestIpfsDist = "/ipns/dist.ipfs.tech"
17