From 1efac78b988b525cb2345d50938b9a0af589adce Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Sun, 25 Aug 2024 17:18:30 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 632d943..c8d066d 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( const ( RequestURL = "https://azal.az/book/api/flights/search/by-deeplink" TelegramAPIURL = "https://api.telegram.org/bot%s/sendMessage" - Version = "0.1.0" + Version = "0.2.0" ) var (