We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c68778d + 954ad4a commit 3e36df4Copy full SHA for 3e36df4
build/version.go
@@ -47,7 +47,7 @@ const (
47
48
// AppPreRelease MUST only contain characters from semanticAlphabet per
49
// the semantic versioning spec.
50
- AppPreRelease = "beta.rc1"
+ AppPreRelease = "beta.rc2"
51
)
52
53
func init() {
0 commit comments