We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcb1e1 commit 21c1148Copy full SHA for 21c1148
version.go
@@ -45,7 +45,7 @@ const (
45
AppMinor uint = 4
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