Version bump

This commit is contained in:
Victor Farazdagi 2016-11-30 17:47:24 +03:00
parent d707eb5f72
commit 067f034b7c
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ var (
gitCommit = "rely on linker: -ldflags -X main.GitCommit" gitCommit = "rely on linker: -ldflags -X main.GitCommit"
buildStamp = "rely on linker: -ldflags -X main.buildStamp" buildStamp = "rely on linker: -ldflags -X main.buildStamp"
versionMajor = 0 // Major version component of the current release versionMajor = 1 // Major version component of the current release
versionMinor = 9 // Minor version component of the current release versionMinor = 0 // Minor version component of the current release
versionPatch = 1 // Patch version component of the current release versionPatch = 0 // Patch version component of the current release
versionMeta = "unstable" // Version metadata to append to the version string versionMeta = "stable" // Version metadata to append to the version string
) )
func main() { func main() {