From 7fac6fbf152deacda4de77e391b79f9aba5f3331 Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Wed, 15 Jan 2025 11:17:25 +0000 Subject: [PATCH] Bump versions for test release --- VERSION | 2 +- cmd/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4a36342f..df88e3bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.2.0-test1 diff --git a/cmd/constants.go b/cmd/constants.go index 511247bc..2f84a56e 100644 --- a/cmd/constants.go +++ b/cmd/constants.go @@ -13,7 +13,7 @@ package cmd const ( // AppVersion is the current version of the app - AppVersion = "3.0.0" + AppVersion = "3.2.0-test1" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"