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 12d5b40 commit 70662c3Copy full SHA for 70662c3
version.go
@@ -34,11 +34,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
34
const (
35
appMajor uint = 0
36
appMinor uint = 15
37
- appPatch uint = 0
+ appPatch uint = 1
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