We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d6bdf commit db23a1bCopy full SHA for db23a1b
version.go
@@ -23,11 +23,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
23
const (
24
appMajor uint = 0
25
appMinor uint = 14
26
- appPatch uint = 0
+ appPatch uint = 1
27
28
// appPreRelease MUST only contain characters from semanticAlphabet per
29
// the semantic versioning spec.
30
- appPreRelease = "alpha"
+ appPreRelease = "alpha.rc1"
31
)
32
33
// Version returns the application version as a properly formed string per the
0 commit comments