diff --git a/build/version.go b/build/version.go index 46c0a4c15b..1238d35a2b 100644 --- a/build/version.go +++ b/build/version.go @@ -43,7 +43,7 @@ const ( AppMinor uint = 18 // AppPatch defines the application patch for this binary. - AppPatch uint = 00 + AppPatch uint = 99 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.