bump version to v3.1

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
Matthew Fisher 2020-02-07 10:33:31 -08:00
parent 8b6233fc3e
commit 0977ded29a
No known key found for this signature in database
GPG key ID: 92AA783CBAAE8E3B
6 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
version.BuildInfo{Version:"v3.0", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.1", GitCommit:"", GitTreeState:"", GoVersion:""}

View file

@ -1 +1 @@
version.BuildInfo{Version:"v3.0", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.1", GitCommit:"", GitTreeState:"", GoVersion:""}

View file

@ -1 +1 @@
v3.0
v3.1

View file

@ -1 +1 @@
Version: v3.0
Version: v3.1

View file

@ -1 +1 @@
version.BuildInfo{Version:"v3.0", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.1", GitCommit:"", GitTreeState:"", GoVersion:""}

View file

@ -30,7 +30,7 @@ var (
// Increment major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements.
// Increment patch number for critical fixes to existing releases.
version = "v3.0"
version = "v3.1"
// metadata is extra build time data
metadata = ""