We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c24785 commit 8d2ab63Copy full SHA for 8d2ab63
version.go
@@ -17,8 +17,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
17
// versioning 2.0.0 spec (http://semver.org/).
18
const (
19
appMajor uint = 0
20
- appMinor uint = 23
21
- appPatch uint = 3
+ appMinor uint = 24
+ appPatch uint = 0
22
23
// appPreRelease MUST only contain characters from semanticAlphabet
24
// per the semantic versioning spec.
0 commit comments