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 3dcaf4a commit 4de484eCopy full SHA for 4de484e
version.go
@@ -45,7 +45,7 @@ const (
45
AppMinor uint = 6
46
47
// AppPatch defines the application patch for this binary.
48
- AppPatch uint = 0
+ AppPatch uint = 1
49
50
// AppStatus defines the release status of this binary (e.g. beta).
51
AppStatus = "alpha"
0 commit comments