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 61507e5 commit 16a27ffCopy full SHA for 16a27ff
go.mod
@@ -4,6 +4,8 @@ go 1.21
4
5
retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow.
6
7
+retract v0.36.0 // Accidentally modified the tag.
8
+
9
require (
10
github.com/benbjohnson/clock v1.3.5
11
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c
version.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "v0.36.0"
+ "version": "v0.36.1"
3
}
0 commit comments