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

Commit

Permalink
Prepare for the 0.2.1 release
Browse files Browse the repository at this point in the history
On the 0.2.x branch
  • Loading branch information
cevian committed Mar 11, 2021
1 parent d04b72b commit bf77f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: promscale
version: 0.2.0
version: 0.2.1
apiVersion: v2
description: Promscale Connector deployment
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
// since an app version must uniquely determine the state of the schema.
// It is customary to bump the version by incrementing the numeral after
// the `dev` tag. The SQL migration script name must correspond to the /new/ version.
Version = "0.2.1-dev.0"
Version = "0.2.1"
CommitHash = ""
EarliestUpgradeTestVersion = "0.1.0"
EarliestUpgradeTestVersionMultinode = "0.1.4" //0.1.4 earliest version that supports tsdb 2.0
Expand Down

0 comments on commit bf77f5a

Please sign in to comment.