Skip to content

Commit 88db5f0

Browse files
committed
[FIX] version
1 parent 8d73a76 commit 88db5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_settings():
4949
app = FastAPI(
5050
title=get_settings().app_name,
5151
description=get_settings().app_desc,
52-
version="1.0.1",
52+
version="1.1.0",
5353
openapi_tags=tags_metadata,
5454
openapi_url="/persona-fisica/openapi.json",
5555
docs_url="/persona-fisica/docs",

0 commit comments

Comments
 (0)