We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418158e commit 7a92b50Copy full SHA for 7a92b50
build/version.go
@@ -44,7 +44,7 @@ const (
44
AppMinor uint = 14
45
46
// AppPatch defines the application patch for this binary.
47
- AppPatch uint = 4
+ AppPatch uint = 5
48
49
// AppPreRelease MUST only contain characters from semanticAlphabet
50
// per the semantic versioning spec.
0 commit comments