Skip to content

Commit

Permalink
Release 3.5.0 (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <din.music@din-cloud.com>
  • Loading branch information
MusicDin authored Sep 30, 2024
1 parent 5675478 commit dc44fac
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.4.0
# kubitect version v3.5.0
```

## 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.4.0"
ConstProjectVersion = "v3.5.0"
ConstK3sURL = "https://github.com/MusicDin/k3s-ansible"
ConstK3sVersion = "v0.0.1"
ConstKubesprayUrl = "https://github.com/kubernetes-sigs/kubespray"
Expand Down

0 comments on commit dc44fac

Please sign in to comment.