Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 847d3e4

Browse files
committed
Prepare for the 0.1.0-beta.2 release
1 parent 71403f8 commit 847d3e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: timescale-prometheus
2-
version: 0.1.0-beta.1
2+
version: 0.1.0-beta.2
33
apiVersion: v2
44
description: Timescale Prometheus Connector deployment

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ var (
2020
// since an app version must uniquely determine the state o f the schema.
2121
// It is customary to bump the version by incrementing the numeral after
2222
// the `dev` tag. The SQL migration script name must correspond to the /new/ version.
23-
Version = "0.1.0-beta.2.dev.0"
23+
Version = "0.1.0-beta.2"
2424
CommitHash = ""
2525
)

0 commit comments

Comments
 (0)