From 71e61428ae076e5057100d87bfbdd0800093ec77 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 4 Apr 2024 07:37:40 +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 cf260d21..775eeff3 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.5 -appVersion: 2.1.5 +version: 2.1.6 +appVersion: 2.1.6 dependencies: - name: cron-chart version: 2.3.0 diff --git a/helm/fdr/Chart.yaml b/helm/fdr/Chart.yaml index 0038b4b9..2666630a 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.5 -appVersion: 2.1.5 +version: 2.1.6 +appVersion: 2.1.6 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/openapi/openapi.json b/openapi/openapi.json index 25518b76..022f961f 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "FDR - Flussi di rendicontazione FASE 1", "description": "FDR - Flussi di rendicontazione FASE 1", "termsOfService": "https://www.pagopa.gov.it/", - "version": "2.1.5" + "version": "2.1.6" }, "servers": [ { diff --git a/version.sbt b/version.sbt index 3f6ab294..7893631a 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.1.5" +ThisBuild / version := "2.1.6"