Merge pull request #12 from aykhans/chore/bump-version

🔖 bump version to v0.3.0
This commit is contained in:
Aykhan Shahsuvarov 2024-08-24 19:54:30 +04:00 committed by GitHub
commit 9a35874559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"