Skip to content

Commit

Permalink
- Update swagger app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Choquet committed Mar 22, 2024
1 parent d7450dd commit 216ecaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "File system Service",
"version": "1.0.0"
"version": "1.0.1"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: '3.0.3'

info:
title: File system Service
version: 1.0.0
version: 1.0.1

servers:
- url: http://{host}:{port}
Expand Down

0 comments on commit 216ecaf

Please sign in to comment.