From 0eccfdfc4452142f2226e1f1742d1f4a7351ed30 Mon Sep 17 00:00:00 2001 From: Toon Willems Date: Tue, 10 Sep 2024 16:35:10 +0200 Subject: [PATCH] bump version 1.11.0 (#65) --- Chart.yaml | 4 ++-- README.md | 4 ++-- values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 800dd0f..b24d12a 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: '1.10.0' +appVersion: '1.11.0' description: the Lago open source billing app name: lago -version: 1.10.0 +version: 1.11.0 dependencies: - name: postgresql version: '13.2.2' diff --git a/README.md b/README.md index f1ed218..b453b25 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Lago Helm Chart -Version: 1.10.0 -Lago Version : v1.10.0 +Version: 1.11.0 +Lago Version : v1.11.0 ## Configuration diff --git a/values.yaml b/values.yaml index be20941..3a9b355 100644 --- a/values.yaml +++ b/values.yaml @@ -1,4 +1,4 @@ -version: '1.10.0' +version: '1.11.0' # apiUrl: mydomain.dev # frontUrl: mydomain.dev