change version

This commit is contained in:
Vladless
2024-12-04 03:10:15 +03:00
parent e98dd9a533
commit b9768ec4e0
+1 -1
View File
@@ -116,4 +116,4 @@ async def handle_about_vpn(callback_query: CallbackQuery):
)
builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="start"))
await callback_query.message.answer(get_about_vpn("3.2.1-beta"), reply_markup=builder.as_markup())
await callback_query.message.answer(get_about_vpn("3.2.2-Release"), reply_markup=builder.as_markup())