🔖 Bump version to 0.5.2

This commit is contained in:
Aykhan Shahsuvarov 2024-11-23 16:29:06 +04:00
parent d98fb477d4
commit a468f663bf

View File

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