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 bd83e4b commit fd7a6d3Copy full SHA for fd7a6d3
version.go
@@ -32,7 +32,7 @@ const (
32
AppMinor uint = 1
33
34
// AppPatch defines the application patch for this binary.
35
- AppPatch uint = 1
+ AppPatch uint = 2
36
37
// AppPreRelease MUST only contain characters from semanticAlphabet
38
// per the semantic versioning spec.
0 commit comments