🔖 Bump version to 0.5.0

This commit is contained in:
Aykhan Shahsuvarov 2024-09-18 20:28:45 +04:00
parent 661e872698
commit db3d81c97a

View File

@ -11,7 +11,7 @@ import (
)
const (
VERSION string = "0.4.2"
VERSION string = "0.5.0"
DefaultUserAgent string = "Dodo/" + VERSION
ProxyCheckURL string = "https://www.google.com"
DefaultMethod string = "GET"