Skip to content

Commit

Permalink
Bump version automatically on release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcs-cicd-bot committed Nov 27, 2024
1 parent e922b41 commit 3245ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if root_url is not None and not root_url.startswith("http://"):
root_url = "http://" + root_url

app = FastAPI(title="Vachan-API", version="2.0.12",
app = FastAPI(title="Vachan-API", version="2.0.13",
description=f"The server application that provides APIs to interact \
with the underlying Databases and modules in Vachan-Engine. \
\n • For Vachan-CMS docs: {root_url}/v2/cms/rest/docs,\
Expand Down Expand Up @@ -239,7 +239,7 @@ def custom_openapi():

openapi_schema = get_openapi(
title="Vachan-API",
version="2.0.12",
version="2.0.13",
description=(
"The server application that provides APIs to interact with the \
underlying Databases \and modules in Vachan-Engine. "
Expand Down

0 comments on commit 3245ed1

Please sign in to comment.