Skip to content

Commit

Permalink
bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintShit committed Jan 8, 2025
1 parent 4c6d4db commit 40041f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from config import ALLOWED_ORIGINS, DOCS, XRAY_SUBSCRIPTION_PATH

__version__ = "0.8.1"
__version__ = "0.8.2"

app = FastAPI(
title="MarzbanAPI",
Expand All @@ -32,7 +32,7 @@
allow_methods=["*"],
allow_headers=["*"],
)
from app import dashboard, telegram, routers, jobs # noqa
from app import dashboard, jobs, routers, telegram # noqa
from app.routers import api_router # noqa

app.include_router(api_router)
Expand Down

0 comments on commit 40041f2

Please sign in to comment.