From dc44faca048509257dd7407d394b8c24a7be8fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Din=20Mu=C5=A1i=C4=87?= Date: Mon, 30 Sep 2024 21:56:00 +0200 Subject: [PATCH] Release 3.5.0 (#228) Signed-off-by: Din Music --- docs/getting-started/installation.md | 2 +- pkg/env/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 50bfc227..ac98e205 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -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 diff --git a/pkg/env/constants.go b/pkg/env/constants.go index 8744fcf4..20fa5927 100644 --- a/pkg/env/constants.go +++ b/pkg/env/constants.go @@ -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"