Skip to content

Commit

Permalink
Release v3.2.2 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin authored Jul 7, 2023
1 parent a708e4d commit 08c9916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Verify the installation by checking the Kubitect version.
```sh
kubitect --version

# kubitect version v3.2.1
# kubitect version v3.2.2
```

## Enable shell autocomplete
Expand Down
2 changes: 1 addition & 1 deletion pkg/env/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package env
// Project related constants
const (
ConstProjectUrl = "https://github.com/MusicDin/kubitect"
ConstProjectVersion = "v3.2.1"
ConstProjectVersion = "v3.2.2"
ConstKubesprayUrl = "https://github.com/kubernetes-sigs/kubespray"
ConstKubesprayVersion = "v2.22.1"
ConstKubernetesVersion = "v1.26.5"
Expand Down

0 comments on commit 08c9916

Please sign in to comment.