From 3eaac1b890b565bd76a0e20e17cc423c2866197a Mon Sep 17 00:00:00 2001 From: Jason Tackaberry Date: Wed, 3 Jan 2024 17:36:58 -0500 Subject: [PATCH] Bump chart version to 1.0.0 --- charts/rqlite/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rqlite/Chart.yaml b/charts/rqlite/Chart.yaml index 4f9d931..250a24f 100644 --- a/charts/rqlite/Chart.yaml +++ b/charts/rqlite/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: rqlite -version: 0.3.2 +version: 1.0.0 appVersion: 8.14.1 description: The lightweight, distributed relational database built on SQLite type: application