up bot version

This commit is contained in:
Vladless
2025-02-28 22:44:39 +03:00
parent a4d11f67fa
commit 32c65b3194
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ bot = Bot(token=API_TOKEN, default=DefaultBotProperties(parse_mode=ParseMode.HTM
storage = MemoryStorage()
dp = Dispatcher(bot=bot, storage=storage)
version = "4.0-preRelaese"
version = "4.0"
register_middleware(dp)