diff --git a/cmd/status/main.go b/cmd/status/main.go index 4dbc5a116..2c8721bb2 100644 --- a/cmd/status/main.go +++ b/cmd/status/main.go @@ -9,10 +9,10 @@ var ( gitCommit = "rely on linker: -ldflags -X main.GitCommit" buildStamp = "rely on linker: -ldflags -X main.buildStamp" - versionMajor = 0 // Major version component of the current release - versionMinor = 9 // Minor version component of the current release - versionPatch = 1 // Patch version component of the current release - versionMeta = "unstable" // Version metadata to append to the version string + versionMajor = 1 // Major version component of the current release + versionMinor = 0 // 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 ) func main() {