Skip to content

Commit

Permalink
Update major to v3
Browse files Browse the repository at this point in the history
The repo was tagged as 3.0.0, however, the module directive was not
updated. This makes impossible to `go get` the new major version. This
commit updates the Go module directive to match the new major version.
  • Loading branch information
Zerpet authored and michaelklishin committed Oct 31, 2024
1 parent 5f9eab4 commit 906644a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/michaelklishin/rabbit-hole/v2
module github.com/michaelklishin/rabbit-hole/v3

require (
github.com/onsi/ginkgo/v2 v2.21.0
Expand Down

0 comments on commit 906644a

Please sign in to comment.