diff --git a/version.go b/version.go index e40d4a785..cc74daea7 100644 --- a/version.go +++ b/version.go @@ -45,7 +45,7 @@ const ( AppMinor uint = 2 // AppPatch defines the application patch for this binary. - AppPatch uint = 0 + AppPatch uint = 1 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.