From 761ee488e2fab3efa65ed26f92b1abc57a2fcfb7 Mon Sep 17 00:00:00 2001 From: Vladless Date: Mon, 23 Dec 2024 01:23:34 +0300 Subject: [PATCH] minor update --- handlers/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/start.py b/handlers/start.py index 97f4ed13..112eb030 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.3"), reply_markup=builder.as_markup() + get_about_vpn("3.2.3-minor"), reply_markup=builder.as_markup() )