From 434aa7aa10544e72a791c328c1ec6f584052e87e Mon Sep 17 00:00:00 2001 From: Matvey Arye Date: Mon, 9 Nov 2020 15:00:34 -0500 Subject: [PATCH] Prepare for the 0.1.2 release --- helm-chart/Chart.yaml | 2 +- pkg/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index dc944ad478..66dc557579 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -1,4 +1,4 @@ name: promscale -version: 0.1.1 +version: 0.1.2 apiVersion: v2 description: Promscale Connector deployment diff --git a/pkg/version/version.go b/pkg/version/version.go index 9c02eae11f..31d28f4c10 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -33,7 +33,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.1.2-dev.0" + Version = "0.1.2" CommitHash = "" PgVersionNumRange = "=12.x" // Corresponds to range within pg 12.0 to pg 12.99