Skip to content

Commit

Permalink
v1.1.0 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Jul 12, 2020
1 parent fab35b9 commit 4e571e9
Show file tree
Hide file tree
Showing 2 changed files with 5 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.0.7
VERS=v1.1.0
PACKAGE=emer
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
7 changes: 4 additions & 3 deletions emer/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
package emer

const (
Version = "v1.0.7"
GitCommit = "1983583" // the commit JUST BEFORE the release
VersionDate = "2020-06-28 21:03" // UTC
Version = "v1.1.0"
GitCommit = "fab35b9" // the commit JUST BEFORE the release
VersionDate = "2020-07-12 05:54" // UTC
)

0 comments on commit 4e571e9

Please sign in to comment.