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 93e7291 commit cc4b27cCopy full SHA for cc4b27c
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