🔖 Bump version to 0.2.0

This commit is contained in:
Aykhan Shahsuvarov 2024-08-25 17:18:30 +04:00
parent 8cd132d8fa
commit 1efac78b98

View File

@ -16,7 +16,7 @@ import (
const ( const (
RequestURL = "https://azal.az/book/api/flights/search/by-deeplink" RequestURL = "https://azal.az/book/api/flights/search/by-deeplink"
TelegramAPIURL = "https://api.telegram.org/bot%s/sendMessage" TelegramAPIURL = "https://api.telegram.org/bot%s/sendMessage"
Version = "0.1.0" Version = "0.2.0"
) )
var ( var (