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 924fce9 commit b21046fCopy full SHA for b21046f
version.go
@@ -38,7 +38,7 @@ const (
38
39
// appPreRelease MUST only contain characters from semanticAlphabet per
40
// the semantic versioning spec.
41
- appPreRelease = "alpha.rc1"
+ appPreRelease = "alpha"
42
)
43
44
// Version returns the application version as a properly formed string per the
0 commit comments