diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 597a3d86..b19e514c 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.14 +appVersion: 0.5.0 diff --git a/src/front/version.json b/src/front/version.json index dd511537..beb42336 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.14" + "version": "v0.5.0" }