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 c45edd2 commit a9475fdCopy full SHA for a9475fd
Makefile
@@ -48,7 +48,7 @@ gopath-update:
48
go get -u ./...
49
50
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
51
-VERS=v0.3.5
+VERS=v0.3.6
52
PACKAGE=main
53
GIT_COMMIT=`git rev-parse --short HEAD`
54
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
version.go
@@ -3,8 +3,8 @@
3
package main
4
5
const (
6
- Version = "v0.3.5"
7
- GitCommit = "86b4a9b" // the commit JUST BEFORE the release
8
- VersionDate = "2021-08-28 11:27" // UTC
+ Version = "v0.3.6"
+ GitCommit = "c45edd2" // the commit JUST BEFORE the release
+ VersionDate = "2021-08-28 11:54" // UTC
9
)
10
0 commit comments