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 b7314eb commit d4550fcCopy full SHA for d4550fc
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.rc2"
42
)
43
44
// Version returns the application version as a properly formed string per the
0 commit comments