|
|
@@ -23,8 +23,8 @@ import (
|
|
|
const (
|
|
|
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 = "alpha.0" // Version metadata to append to the version string
|
|
|
+ VersionPatch = 0 // Patch version component of the current release
|
|
|
+ VersionMeta = "beta.0" // Version metadata to append to the version string
|
|
|
)
|
|
|
|
|
|
// Version holds the textual version string.
|