diff --git a/build/version.go b/build/version.go index 88bf90357..cebffe973 100644 --- a/build/version.go +++ b/build/version.go @@ -47,11 +47,11 @@ const ( AppMinor uint = 19 // AppPatch defines the application patch for this binary. - AppPatch uint = 0 + AppPatch uint = 1 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {