We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de33307 commit 59a14cfCopy full SHA for 59a14cf
go.mod
@@ -2,6 +2,8 @@ module github.com/libp2p/go-libp2p
2
3
go 1.19
4
5
+retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow.
6
+
7
require (
8
github.com/benbjohnson/clock v1.3.0
9
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c
version.json
@@ -1,3 +1,3 @@
1
{
- "version": "v0.26.1"
+ "version": "v0.26.2"
}
0 commit comments