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