We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f86ba1 commit de21e48Copy full SHA for de21e48
version/version.go
@@ -8,7 +8,7 @@ const (
8
VersionMajor = 2 // Major version component of the current release
9
VersionMinor = 0 // Minor version component of the current release
10
VersionPatch = 2 // Patch version component of the current release
11
- VersionMeta = "dev" // Version metadata to append to the version string
+ VersionMeta = "" // Version metadata to append to the version string
12
)
13
14
// Version holds the textual version string.
0 commit comments