From a4f4aa7cfc0370a0976c6d772022b11cc8371bc2 Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Fri, 14 Apr 2023 16:57:50 +0200 Subject: [PATCH] tag 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 dd3a9a9e..792d0fc8 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,5 +21,5 @@ 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.3.9 +appVersion: 0.4.0 diff --git a/src/front/version.json b/src/front/version.json index 557859c5..372b6eab 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.1.0" + "version": "v0.4.0" }