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