Skip to content

Commit 27267b0

Browse files
author
Randall C. O'Reilly
committed
v0.3.4 release
1 parent 0d0bcab commit 27267b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gopath-update:
4848
go get -u ./...
4949

5050
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
51-
VERS=v0.3.3
51+
VERS=v0.3.4
5252
PACKAGE=main
5353
GIT_COMMIT=`git rev-parse --short HEAD`
5454
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`

version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
package main
44

55
const (
6-
Version = "v0.3.3"
7-
GitCommit = "76ebae0" // the commit JUST BEFORE the release
8-
VersionDate = "2020-11-24 01:38" // UTC
6+
Version = "v0.3.4"
7+
GitCommit = "0d0bcab" // the commit JUST BEFORE the release
8+
VersionDate = "2020-11-24 02:36" // UTC
99
)
1010

0 commit comments

Comments
 (0)