Skip to content

Commit

Permalink
v0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Jul 1, 2022
1 parent 2a31e2f commit 0eb43bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3
VERS=v0.4.4
PACKAGE=main
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package main

const (
Version = "v0.4.3"
GitCommit = "21ebc8c" // the commit JUST BEFORE the release
VersionDate = "2022-06-27 06:42" // UTC
Version = "v0.4.4"
GitCommit = "2a31e2f" // the commit JUST BEFORE the release
VersionDate = "2022-07-01 06:31" // UTC
)

0 comments on commit 0eb43bb

Please sign in to comment.