🔖 bump version to v0.4.1

This commit is contained in:
Aykhan Shahsuvarov 2024-09-03 23:25:43 +04:00 committed by GitHub
parent 59cdecd6ed
commit 5bd2803c8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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