diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 02c34e78..565cbfbc 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -4,8 +4,8 @@ description: A Helm chart for tobs, The Observability Stack for Kubernetes type: application -version: 0.11.0 -appVersion: 0.11.0 +version: 0.11.1 +appVersion: 0.11.1 kubeVersion: ">= 1.23.0" dependencies: diff --git a/cli/cmd/version/version.go b/cli/cmd/version/version.go index dc325943..98967c84 100644 --- a/cli/cmd/version/version.go +++ b/cli/cmd/version/version.go @@ -10,7 +10,7 @@ import ( ) // TODO(paulfantom): read this from VERSION file in the the repository TLD -const tobsVersion = "0.11.0" +const tobsVersion = "0.11.1" // versionCmd represents the version command var versionCmd = &cobra.Command{ diff --git a/install-cli.sh b/install-cli.sh index b2793216..a7ff2cb5 100755 --- a/install-cli.sh +++ b/install-cli.sh @@ -3,7 +3,7 @@ set -eu INSTALLROOT=${INSTALLROOT:-"${HOME}/.local/bin"} -TOBS_VERSION=${TOBS_VERSION:-0.11.0} +TOBS_VERSION=${TOBS_VERSION:-0.11.1} happyexit() { local symlink_msg=""