We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d605a20 commit d202165Copy full SHA for d202165
version/version.go
@@ -8,7 +8,7 @@ import (
8
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 = 0 // Patch version component of the current release
+ params.VersionPatch = 1 // Patch version component of the current release
12
params.VersionMeta = "a" // Version metadata to append to the version string
13
}
14
0 commit comments