Version bump
This commit is contained in:
parent
d707eb5f72
commit
067f034b7c
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue