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.
v0.15.2-alpha
1 parent ce5dbc0 commit dddbf87Copy full SHA for dddbf87
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