From 92e0d5c2dc02331077ba1f5b355eaf7f2d89337c Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 18 Apr 2023 16:19:36 +0200 Subject: [PATCH] :sparkles: New version --- devops/Chart.yaml | 2 +- src/front/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 1267c73f..639b687a 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # 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.4.7 +appVersion: 0.4.9 diff --git a/src/front/version.json b/src/front/version.json index 16aca32b..601af339 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.7" + "version": "v0.4.9" }