v0.3.4 release

This commit is contained in:
Randall C. O'Reilly 2020-11-23 18:36:36 -08:00
parent 0d0bcab6b1
commit 27267b0703
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ gopath-update:
go get -u ./...
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
VERS=v0.3.3
VERS=v0.3.4
PACKAGE=main
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`

View File

@ -3,8 +3,8 @@
package main
const (
Version = "v0.3.3"
GitCommit = "76ebae0" // the commit JUST BEFORE the release
VersionDate = "2020-11-24 01:38" // UTC
Version = "v0.3.4"
GitCommit = "0d0bcab" // the commit JUST BEFORE the release
VersionDate = "2020-11-24 02:36" // UTC
)