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 02a16d0 + 38cb4a7 commit 10c7c34Copy full SHA for 10c7c34
version.go
@@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
23
const (
24
appMajor uint = 0
25
appMinor uint = 8
26
- appPatch uint = 0
+ appPatch uint = 1
27
28
// appPreRelease MUST only contain characters from semanticAlphabet per
29
// the semantic versioning spec.
0 commit comments