We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442ef28 commit 798b4edCopy full SHA for 798b4ed
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