diff --git a/VERSION b/VERSION index 944880fa..35b022fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0 +3.2.0-rc4 diff --git a/cmd/constants.go b/cmd/constants.go index 4473f5c2..520a67b7 100644 --- a/cmd/constants.go +++ b/cmd/constants.go @@ -13,7 +13,7 @@ package cmd const ( // AppVersion is the current version of the app - AppVersion = "3.2.0" + AppVersion = "3.2.0-rc4" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"