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.
2 parents 587a35c + 5930a59 commit f6f0f61Copy full SHA for f6f0f61
version.go
@@ -27,7 +27,7 @@ const (
27
28
// appPreRelease MUST only contain characters from semanticAlphabet per
29
// the semantic versioning spec.
30
- appPreRelease = "alpha.rc1"
+ appPreRelease = "alpha.rc2"
31
)
32
33
// Version returns the application version as a properly formed string per the
0 commit comments