diff --git a/handlers/start.py b/handlers/start.py index 22b31b98..33b07912 100644 --- a/handlers/start.py +++ b/handlers/start.py @@ -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())