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"