Skip to content

Commit 28b79c3

Browse files
committed
*: prepare 0.10.1 release
1 parent 1e65c95 commit 28b79c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for tobs, The Observability Stack for Kubernetes
44

55
type: application
66

7-
version: 0.10.0
8-
appVersion: 0.10.0
7+
version: 0.10.1
8+
appVersion: 0.10.1
99

1010
dependencies:
1111
- name: timescaledb-single

cli/cmd/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// TODO(paulfantom): read this from VERSION file in the the repository TLD
13-
const tobsVersion = "0.10.0"
13+
const tobsVersion = "0.10.1"
1414

1515
// versionCmd represents the version command
1616
var versionCmd = &cobra.Command{

install-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eu
44

55
INSTALLROOT=${INSTALLROOT:-"${HOME}/.local/bin"}
6-
TOBS_VERSION=${TOBS_VERSION:-0.10.0}
6+
TOBS_VERSION=${TOBS_VERSION:-0.10.1}
77

88
happyexit() {
99
local symlink_msg=""

0 commit comments

Comments
 (0)