Skip to content

Commit

Permalink
Bump cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin committed Aug 29, 2022
1 parent d99ab3e commit 8294772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/env/constatnts.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
ConstProjectHomeDir = ".kubitect"
ConstProjectClustersDir = "clusters"
ConstProjectUrl = "https://github.com/MusicDin/kubitect"
ConstProjectVersion = "v2.1.0"
ConstProjectVersion = "v2.2.0"
ConstTerraformVersion = "1.2.4"
ConstTerraformStatePath = "config/terraform/terraform.tfstate"
ConstKubeconfigPath = "config/admin.conf"
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Verify the installation by checking the Kubitect version.
```sh
kubitect --version

# kubitect version v2.1.0
# kubitect version v2.2.0
```

!!! tip "Tip"
Expand Down

0 comments on commit 8294772

Please sign in to comment.