From bc04ab08fe05fbec8fcf6b69742d2d6234ca7a70 Mon Sep 17 00:00:00 2001 From: John Murret Date: Mon, 4 Nov 2024 09:11:46 -0700 Subject: [PATCH] post 1.5.4 - update versions --- charts/consul/Chart.yaml | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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