diff --git a/build/version.go b/build/version.go index 206708f5d..bd7fd88e0 100644 --- a/build/version.go +++ b/build/version.go @@ -44,7 +44,7 @@ const ( AppMinor uint = 14 // AppPatch defines the application patch for this binary. - AppPatch uint = 00 + AppPatch uint = 1 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.