We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d98382 commit d6a7eacCopy full SHA for d6a7eac
internal/version/version.go
@@ -57,7 +57,7 @@ var (
57
// the package will panic at runtime. Of particular note is the pre-release
58
// and build metadata portions MUST only contain characters from
59
// semanticAlphabet.
60
- Version = "2.1.1+release.local"
+ Version = "2.1.2+release.local"
61
62
// NOTE: The following values are set via init by parsing the above Version
63
// string.
0 commit comments