From aad9b40f43a5645a92087c1d9ce8efb5ba117dc2 Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Tue, 9 May 2023 17:18:09 +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 85e0e216..9ce27c96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-rc1 +2.1.0-rc2 diff --git a/cmd/constants.go b/cmd/constants.go index 9ee93d0a..0f9581f1 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.1.0-rc1" + AppVersion = "2.1.0-rc2" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"