diff --git a/version.go b/version.go index e8070ae92..378d1adf2 100644 --- a/version.go +++ b/version.go @@ -45,7 +45,7 @@ const ( AppMinor uint = 4 // AppPatch defines the application patch for this binary. - AppPatch uint = 0 + AppPatch uint = 1 // AppStatus defines the release status of this binary (e.g. beta). AppStatus = "alpha"