Merge pull request from aykhans/bumg/version

🔖 Bump version to v0.5.5
This commit is contained in:
Aykhan Shahsuvarov 2024-12-22 22:03:09 +04:00 committed by GitHub
commit 8a3574cd48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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