We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebb76c commit 78b3a73Copy full SHA for 78b3a73
version/version.go
@@ -9,7 +9,7 @@ func init() {
9
params.VersionMajor = 1 // Major version component of the current release
10
params.VersionMinor = 2 // Minor version component of the current release
11
params.VersionPatch = 1 // Patch version component of the current release
12
- params.VersionMeta = "b" // Version metadata to append to the version string
+ params.VersionMeta = "c" // Version metadata to append to the version string
13
}
14
15
func AsString() string {
0 commit comments