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