Skip to content

Commit

Permalink
Bump to version 1.0.0-2-implementing [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Jul 18, 2023
1 parent 933b4da commit cf14765
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-tech-support-api
description: Technical support api
type: application
version: "0.1.0"
appVersion: "1.0.0-1-implementing"
version: "0.2.0"
appVersion: "1.0.0-2-implementing"
dependencies:
- name: microservice-chart
version: 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Node technical support - Api (local) ${service}",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "1.0.0-1-implementing"
"version": "1.0.0-2-implementing"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.gov.pagopa</groupId>
<artifactId>node-techical-support-worker</artifactId>
<version>1.0.0-1-implementing</version>
<version>1.0.0-2-implementing</version>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<lombok.version>1.18.26</lombok.version>
Expand Down

0 comments on commit cf14765

Please sign in to comment.