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 4ea4176 commit d705669Copy full SHA for d705669
version.go
@@ -24,7 +24,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
24
const (
25
appMajor uint = 0
26
appMinor uint = 2
27
- appPatch uint = 0
+ appPatch uint = 1
28
29
// appPreRelease MUST only contain characters from semanticAlphabet
30
// per the semantic versioning spec.
0 commit comments