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