🔖 Update version to 0.1.0

This commit is contained in:
Aykhan Shahsuvarov 2024-06-02 01:04:34 +04:00
parent ffb1bded0c
commit c866d085eb

View File

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