From e8f8ee7a56cf8f46e8beeff98df4296b16ce31bd Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Wed, 28 Aug 2024 13:14:48 +0100 Subject: [PATCH] Bump version for test6 asset --- VERSION | 2 +- cmd/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2eff27b3..077bf595 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.2-test2 +2.4.2-test6 diff --git a/cmd/constants.go b/cmd/constants.go index 3312d51f..d89b267d 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 = "2.4.2-test2" + AppVersion = "2.4.2-test6" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"