We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93e7291 + cc4b27c commit f6db48aCopy full SHA for f6db48a
1 file changed
version.go
@@ -22,7 +22,7 @@ const (
22
23
// appPreRelease MUST only contain characters from semanticAlphabet
24
// per the semantic versioning spec.
25
- appPreRelease = "beta.rc1"
+ appPreRelease = "beta"
26
)
27
28
// appBuild is defined as a variable so it can be overridden during the build
0 commit comments