Skip to content

Commit

Permalink
v0.6.0 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Mar 30, 2020
1 parent 09ec980 commit b82d234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eve/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clean:
$(GOCLEAN)

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

const (
Version = "v0.50.0"
GitCommit = "f250cac" // the commit JUST BEFORE the release
VersionDate = "2020-03-16 20:34" // UTC
Version = "v0.6.0"
GitCommit = "09ec980" // the commit JUST BEFORE the release
VersionDate = "2020-03-30 10:18" // UTC
)

0 comments on commit b82d234

Please sign in to comment.