Skip to content

Commit 2ae22c5

Browse files
authored
Update module version in preparation for breaking changes (#76)
Co-authored-by: ZenGround0 <[email protected]>
1 parent 699d2e0 commit 2ae22c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gen/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
cbg "github.com/whyrusleeping/cbor-gen"
55

6-
hamt "github.com/filecoin-project/go-hamt-ipld/v2"
6+
hamt "github.com/filecoin-project/go-hamt-ipld/v3"
77
)
88

99
func main() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/filecoin-project/go-hamt-ipld/v2
1+
module github.com/filecoin-project/go-hamt-ipld/v3
22

33
require (
44
github.com/ipfs/go-block-format v0.0.2

0 commit comments

Comments
 (0)