From dd7c31caaa59c81539a26d93fa08c541e9716a02 Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Fri, 12 Apr 2024 16:28:30 +0100 Subject: [PATCH] bump for rc release --- VERSION | 2 +- cmd/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 276cbf9e..d62e3a5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 +2.3.0-rc1 diff --git a/cmd/constants.go b/cmd/constants.go index 76366de2..ad8d23e2 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.3.0" + AppVersion = "2.3.0-rc1" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"