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 Dec 30, 2019
1 parent 63ed1a5 commit c61e11c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions vfilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ clean:
$(GOCLEAN)

# NOTE: MUST update version number here prior to running 'make release'
VERS=v1.0.0
PACKAGE=vision
VERS=v1.0.1
PACKAGE=vfilter
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
VERS_FILE=version.go
Expand Down
8 changes: 4 additions & 4 deletions vfilter/version.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// WARNING: auto-generated by Makefile release target -- run 'make release' to update

package vision
package vfilter

const (
Version = "v1.0.0"
GitCommit = "8e5a4a1" // the commit JUST BEFORE the release
VersionDate = "2019-12-30 10:58" // UTC
Version = "v1.0.1"
GitCommit = "63ed1a5" // the commit JUST BEFORE the release
VersionDate = "2019-12-30 11:10" // UTC
)

0 comments on commit c61e11c

Please sign in to comment.