Skip to content

Commit

Permalink
v1.0.4 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Aug 16, 2020
1 parent 573ee09 commit 9d9334e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion empi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clean:
$(GOCLEAN)

# NOTE: MUST update version number here prior to running 'make release'
VERS=v1.0.3
VERS=v1.0.4
PACKAGE=empi
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
6 changes: 3 additions & 3 deletions empi/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package empi

const (
Version = "v1.0.3"
GitCommit = "3d3d1d2" // the commit JUST BEFORE the release
VersionDate = "2020-08-16 11:09" // UTC
Version = "v1.0.4"
GitCommit = "573ee09" // the commit JUST BEFORE the release
VersionDate = "2020-08-16 17:30" // UTC
)

0 comments on commit 9d9334e

Please sign in to comment.