From 7f396db3e703d71a28060bc9ce4a532ec64cb1f4 Mon Sep 17 00:00:00 2001 From: SaintShit Date: Thu, 9 Jan 2025 19:37:39 +0330 Subject: [PATCH] bump version to 0.8.4 --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index d872493d..98d31037 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -10,7 +10,7 @@ from config import ALLOWED_ORIGINS, DOCS, XRAY_SUBSCRIPTION_PATH -__version__ = "0.8.3" +__version__ = "0.8.4" app = FastAPI( title="MarzbanAPI",