From 69185aeeff2e2a2c3e2a425c510fd460c48c6317 Mon Sep 17 00:00:00 2001 From: Devidas Khedkar <76941923+devidask27@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:32:52 +0530 Subject: [PATCH] updated version (#359) Co-authored-by: Devidas Khedkar --- pkg/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/constants.go b/pkg/util/constants.go index 34bce59..d08411b 100644 --- a/pkg/util/constants.go +++ b/pkg/util/constants.go @@ -306,7 +306,7 @@ func init() { // These are the constants needed for everything version related const ( - Version string = "pf9ctl version: v1.23" + Version string = "pf9ctl version: v1.24" AWSBucketName string = "pmkft-assets" AWSBucketKey string = "pf9ctl" AWSBucketRegion string = "us-west-1"