diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index caeccaba35..243963bca7 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: consul -version: 1.5.1-dev +version: 1.5.5-dev appVersion: 1.19-dev kubeVersion: ">=1.22.0-0" description: Official HashiCorp Consul Chart diff --git a/version/version.go b/version/version.go index 7423ad92f1..3382558938 100644 --- a/version/version.go +++ b/version/version.go @@ -17,7 +17,7 @@ var ( // // Version must conform to the format expected by // github.com/hashicorp/go-version for tests to work. - Version = "1.5.2" + Version = "1.5.5" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release