Skip to content

Commit

Permalink
Bump Kubitect version (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin authored Jan 11, 2024
1 parent da6d9cd commit d839fdc
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.3.0
# kubitect version v3.3.1
```

## 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.3.0"
ConstProjectVersion = "v3.3.1"
ConstKubesprayUrl = "https://github.com/kubernetes-sigs/kubespray"
ConstKubesprayVersion = "v2.23.1"
ConstKubernetesVersion = "v1.27.5"
Expand Down

0 comments on commit d839fdc

Please sign in to comment.