Skip to content

Commit

Permalink
updated version (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
devidask27 authored May 5, 2022
1 parent bef0436 commit 37c0690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 37c0690

Please sign in to comment.