We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612b081 commit 18a0e73Copy full SHA for 18a0e73
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 = "h" // Version metadata to append to the version string
+ params.VersionMeta = "i" // Version metadata to append to the version string
13
}
14
15
func AsString() string {
0 commit comments