From 05ec8528ba7a30d0ea23547bc088b0e6c9717402 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Tue, 9 Apr 2024 21:53:32 +0800 Subject: [PATCH] bump dify version (#69) 0.6.1 was just released --- charts/dify/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/dify/Chart.yaml b/charts/dify/Chart.yaml index 60a0693..b54fa77 100644 --- a/charts/dify/Chart.yaml +++ b/charts/dify/Chart.yaml @@ -20,13 +20,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.6.0-fix1" +appVersion: "0.6.1" dependencies: - name: redis