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 f6f0f61 commit cb20d63Copy full SHA for cb20d63
version.go
@@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
22
// versioning 2.0.0 spec (http://semver.org/).
23
const (
24
appMajor uint = 0
25
- appMinor uint = 14
26
- appPatch uint = 0
+ appMinor uint = 13
+ appPatch uint = 2
27
28
// appPreRelease MUST only contain characters from semanticAlphabet per
29
// the semantic versioning spec.
0 commit comments