We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 899a937 + a96e8d7 commit b2a0c56Copy full SHA for b2a0c56
version.go
@@ -52,7 +52,7 @@ const (
52
53
// AppPreRelease defines the pre-release version of this binary.
54
// It MUST only contain characters from the semantic versioning spec.
55
- AppPreRelease = "rc1"
+ AppPreRelease = "rc2"
56
57
// GitTagIncludeStatus indicates whether the status should be included
58
// in the git tag name.
0 commit comments