Skip to content

Commit

Permalink
v1.0.21 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Apr 14, 2023
1 parent 5a73e2d commit f84fc3d
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.20
VERS=v1.0.21
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.16"
GitCommit = "e0cca79" // the commit JUST BEFORE the release
VersionDate = "2022-10-18 00:36" // UTC
Version = "v1.0.21"
GitCommit = "5a73e2d" // the commit JUST BEFORE the release
VersionDate = "2023-04-14 16:06" // UTC
)

0 comments on commit f84fc3d

Please sign in to comment.