diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 2d2c5da7bc..bfd2839b6d 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -1,4 +1,4 @@ name: promscale -version: 0.4.0 +version: 0.4.1 apiVersion: v2 description: Promscale Connector deployment diff --git a/pkg/version/version.go b/pkg/version/version.go index bcaf78e76b..32cbf7d5ed 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -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. - Promscale = "0.4.0" + Promscale = "0.4.1" PromMigrator = "0.0.1" CommitHash = "" EarliestUpgradeTestVersion = "0.1.0"