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 e0d074a commit 84fd105Copy full SHA for 84fd105
version.go
@@ -4,6 +4,6 @@ package main
4
5
const (
6
Version = "v0.4.0"
7
- GitCommit = "d0c78b6" // the commit JUST BEFORE the release
8
- VersionDate = "2021-08-30 07:09" // UTC
+ GitCommit = "e0d074a" // the commit JUST BEFORE the release
+ VersionDate = "2022-06-23 07:01" // UTC
9
)
0 commit comments