From 49908d9cae9332644dd7f5ee254cec2a48e433c5 Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Fri, 24 Mar 2023 11:17:27 +0000 Subject: [PATCH] Bump version for rc release --- VERSION | 2 +- cmd/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e9307ca5..b4efb43f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2 +2.0.3-rc1 diff --git a/cmd/constants.go b/cmd/constants.go index 2597531b..e4986cc0 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.2" + AppVersion = "2.0.3-rc1" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"