From 37c069064ec950081e75d4e5eccc0fac3ad7f092 Mon Sep 17 00:00:00 2001 From: Devidas Khedkar <76941923+devidask27@users.noreply.github.com> Date: Thu, 5 May 2022 12:31:09 +0530 Subject: [PATCH] updated version (#303) --- README.md | 2 +- pkg/util/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50569e4a..be8a4b62 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Use "pf9ctl [command] --help" for more information about a command. ```sh #pf9ctl version -pf9ctl version: v1.13 +pf9ctl version: v1.15 ``` - **Upgrading** diff --git a/pkg/util/constants.go b/pkg/util/constants.go index d8b51097..73c215cb 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.14" + Version string = "pf9ctl version: v1.15" AWSBucketName string = "pmkft-assets" AWSBucketKey string = "pf9ctl" AWSBucketRegion string = "us-west-1"