From 9d1b4ee938838c6e3b4f547d1c7d2233345356c7 Mon Sep 17 00:00:00 2001 From: devidask27 Date: Fri, 22 Apr 2022 15:54:01 +0530 Subject: [PATCH] updated version --- 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 f46eaa0c..d8b51097 100644 --- a/pkg/util/constants.go +++ b/pkg/util/constants.go @@ -255,7 +255,7 @@ func init() { //These are the constants needed for everything version related const ( - Version string = "pf9ctl version: v1.13" + Version string = "pf9ctl version: v1.14" AWSBucketName string = "pmkft-assets" AWSBucketKey string = "pf9ctl" AWSBucketRegion string = "us-west-1"