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 34d4eba commit 5af10eaCopy full SHA for 5af10ea
version.go
@@ -34,7 +34,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
34
const (
35
appMajor uint = 0
36
appMinor uint = 15
37
- appPatch uint = 2
+ appPatch uint = 3
38
39
// appPreRelease MUST only contain characters from semanticAlphabet per
40
// the semantic versioning spec.
0 commit comments