🔖 bump version to 0.2.0

This commit is contained in:
Aykhan Shahsuvarov 2024-07-25 00:38:35 +04:00
parent 78e5a99cea
commit 935ae614a2

View File

@ -10,7 +10,7 @@ import (
) )
const ( const (
VERSION = "0.1.0" VERSION = "0.2.0"
DefaultUserAgent = "Dodo/" + VERSION DefaultUserAgent = "Dodo/" + VERSION
ProxyCheckURL = "https://www.google.com" ProxyCheckURL = "https://www.google.com"
DefaultMethod = "GET" DefaultMethod = "GET"