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 f624566 commit 4cce801Copy full SHA for 4cce801
version.go
@@ -34,11 +34,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
34
const (
35
appMajor uint = 0
36
appMinor uint = 15
37
- appPatch uint = 1
+ appPatch uint = 2
38
39
// appPreRelease MUST only contain characters from semanticAlphabet per
40
// the semantic versioning spec.
41
- appPreRelease = "alpha"
+ appPreRelease = "alpha.rc1"
42
)
43
44
// Version returns the application version as a properly formed string per the
0 commit comments