🔖 bump version to v0.3.0

This commit is contained in:
2024-08-24 19:53:19 +04:00
committed by GitHub
parent 6321191409
commit f4f26f6cb8

View File

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