starts on 1.1.0-unstable version

This commit is contained in:
Victor Farazdagi 2016-11-30 17:48:57 +03:00
parent 39707a567f
commit 2ee729e7a5
1 changed files with 4 additions and 4 deletions

View File

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