Skip to content

Commit

Permalink
v1.0.2 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 6196d68 commit a1568d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vfilter/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.1
VERS=v1.0.2
PACKAGE=vfilter
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
4 changes: 2 additions & 2 deletions vfilter/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package vfilter

const (
Version = "v1.0.1"
GitCommit = "940d0e0" // the commit JUST BEFORE the release
Version = "v1.0.2"
GitCommit = "6196d68" // the commit JUST BEFORE the release
VersionDate = "2020-03-16 02:14" // UTC
)

0 comments on commit a1568d2

Please sign in to comment.