Skip to content

Commit

Permalink
v1.0.1 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Mar 16, 2020
1 parent feac6c5 commit 7523eac
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 @@ -60,5 +60,5 @@ gopath-update:
cd buildtst; go get -u ./...

release:
$(MAKE) -C emergent release
$(MAKE) -C emer release

6 changes: 3 additions & 3 deletions emer/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package emer

const (
Version = "v1.0.0"
GitCommit = "e9b17d9" // the commit JUST BEFORE the release
VersionDate = "2019-12-30 10:19" // UTC
Version = "v1.0.1"
GitCommit = "feac6c5" // the commit JUST BEFORE the release
VersionDate = "2020-03-16 02:03" // UTC
)

0 comments on commit 7523eac

Please sign in to comment.