From 77d451faca3d8a35cd16ebbe85823eebf4fc2f9a Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 1 Feb 2024 09:50:55 +0000 Subject: [PATCH] Bump version [skip ci] --- helm/fdr-cron/Chart.yaml | 4 ++-- helm/fdr/Chart.yaml | 4 ++-- openapi/openapi.json | 2 +- version.sbt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/fdr-cron/Chart.yaml b/helm/fdr-cron/Chart.yaml index 3b7608ad..f62c3430 100644 --- a/helm/fdr-cron/Chart.yaml +++ b/helm/fdr-cron/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: fdr-cron-chart description: Flussi di rendicontazione cron job type: application -version: 2.1.1 -appVersion: 2.1.1 +version: 2.1.2 +appVersion: 2.1.2 dependencies: - name: cron-chart version: 2.3.0 diff --git a/helm/fdr/Chart.yaml b/helm/fdr/Chart.yaml index 7c819fe1..b0d0b3d4 100644 --- a/helm/fdr/Chart.yaml +++ b/helm/fdr/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: fdr-chart description: Flussi di rendicontazione type: application -version: 2.1.1 -appVersion: 2.1.1 +version: 2.1.2 +appVersion: 2.1.2 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/openapi/openapi.json b/openapi/openapi.json index 2c5cdc4b..05aee4d3 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Fdr nodo - Api (local) ${service}", "termsOfService": "https://www.pagopa.gov.it/", - "version": "2.1.1" + "version": "2.1.2" }, "servers": [ { diff --git a/version.sbt b/version.sbt index 3a8f2121..66ea7925 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.1.1" +ThisBuild / version := "2.1.2"