From a004449dd2b3cd7be46cb7f72cb29d4370595b45 Mon Sep 17 00:00:00 2001 From: Vladless Date: Thu, 19 Dec 2024 20:39:07 +0300 Subject: [PATCH] fix_refferal/GIFTS/redirect/name_sub and more --- handlers/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/start.py b/handlers/start.py index 588906d6..75efdde9 100644 --- a/handlers/start.py +++ b/handlers/start.py @@ -245,5 +245,5 @@ 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.21-Release"), reply_markup=builder.as_markup() + get_about_vpn("3.2.3-beta-gifts"), reply_markup=builder.as_markup() )