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 76126a6 commit 76ebae0Copy full SHA for 76ebae0
version.go
@@ -3,7 +3,8 @@
3
package main
4
5
const (
6
- Version = "v0.3.2"
7
- GitCommit = "59cf4a4" // the commit JUST BEFORE the release
8
- VersionDate = "2020-11-23 23:26" // UTC
+ Version = "v0.3.2"
+ GitCommit = "76126a6" // the commit JUST BEFORE the release
+ VersionDate = "2020-11-24 01:38" // UTC
9
)
10
+
0 commit comments