Skip to content

Commit

Permalink
create 0.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jun 22, 2022
1 parent 1ce7149 commit 51af7d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 51af7d8

Please sign in to comment.