From 718cee6f02a6c3dc24a098a612db60ec3363e422 Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Mon, 27 Mar 2023 18:43:16 +0100 Subject: [PATCH] Bump version for rc2 release --- VERSION | 2 +- cmd/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b4efb43f..fb35fc3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3-rc1 +2.0.3-rc2 diff --git a/cmd/constants.go b/cmd/constants.go index e4986cc0..2b07cf58 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-rc1" + AppVersion = "2.0.3-rc2" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"