diff --git a/version.go b/version.go index ea868fc8d..63bec6d3f 100644 --- a/version.go +++ b/version.go @@ -42,10 +42,10 @@ const ( AppMajor uint = 0 // AppMinor defines the minor version of this binary. - AppMinor uint = 2 + AppMinor uint = 3 // AppPatch defines the application patch for this binary. - AppPatch uint = 3 + AppPatch uint = 0 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.