diff --git a/version.go b/version.go index ef9476b58..48f200d50 100644 --- a/version.go +++ b/version.go @@ -52,7 +52,7 @@ const ( // AppPreRelease defines the pre-release version of this binary. // It MUST only contain characters from the semantic versioning spec. - AppPreRelease = "rc1" + AppPreRelease = "rc2" // GitTagIncludeStatus indicates whether the status should be included // in the git tag name.