Compare commits

..

2 Commits

Author SHA1 Message Date
8a3574cd48
Merge pull request #62 from aykhans/bumg/version
🔖 Bump version to v0.5.5
2024-12-22 22:03:09 +04:00
5a2a4c47b2
🔖 Bump version to v0.5.5 2024-12-22 22:02:57 +04:00

View File

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