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.
2 parents a240c69 + 86be27b commit 261eb81Copy full SHA for 261eb81
version.go
@@ -22,7 +22,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
22
// versioning 2.0.0 spec (http://semver.org/).
23
const (
24
appMajor uint = 0
25
- appMinor uint = 7
+ appMinor uint = 8
26
appPatch uint = 0
27
28
// appPreRelease MUST only contain characters from semanticAlphabet per
0 commit comments