fix(version): lift "unreleased" status

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/6824/head
Matthew Fisher 6 years ago
parent 2033853d8c
commit 1c64d8fb81
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

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

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

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

@ -33,7 +33,7 @@ var (
version = "v3.0" version = "v3.0"
// metadata is extra build time data // metadata is extra build time data
metadata = "unreleased" metadata = ""
// gitCommit is the git sha1 // gitCommit is the git sha1
gitCommit = "" gitCommit = ""
// gitTreeState is the state of the git tree // gitTreeState is the state of the git tree

Loading…
Cancel
Save