-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.1 release -- version.go updated
- Loading branch information
Randall C. O'Reilly
committed
Dec 30, 2019
1 parent
63ed1a5
commit c61e11c
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) | ||
|