Skip to content

Commit

Permalink
v1.4.1 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed May 31, 2023
1 parent d1a0b74 commit dcdc8d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion emer/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.4.0
VERS=v1.4.1
PACKAGE=emer
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
6 changes: 3 additions & 3 deletions emer/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package emer

const (
Version = "v1.4.0"
GitCommit = "7f94207" // the commit JUST BEFORE the release
VersionDate = "2023-05-25 19:45" // UTC
Version = "v1.4.1"
GitCommit = "d1a0b74" // the commit JUST BEFORE the release
VersionDate = "2023-05-31 09:16" // UTC
)

0 comments on commit dcdc8d1

Please sign in to comment.