diff --git a/build/version.go b/build/version.go index 7c0dd4dc28a..1064b0b347c 100644 --- a/build/version.go +++ b/build/version.go @@ -47,7 +47,7 @@ const ( AppMinor uint = 21 // AppPatch defines the application patch for this binary. - AppPatch uint = 00 + AppPatch uint = 01 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.