diff --git a/VERSION b/VERSION index fb35fc3c..40e2aea3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3-rc2 +2.0.3-rc3 diff --git a/cmd/constants.go b/cmd/constants.go index 2b07cf58..d960add6 100644 --- a/cmd/constants.go +++ b/cmd/constants.go @@ -9,7 +9,7 @@ package cmd const ( // AppVersion is the current version of the app - AppVersion = "2.0.3-rc2" + AppVersion = "2.0.3-rc3" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"