diff --git a/config/config.go b/config/config.go index 48bf7ac..99dae75 100644 --- a/config/config.go +++ b/config/config.go @@ -11,7 +11,7 @@ import ( ) const ( - VERSION string = "0.5.1" + VERSION string = "0.5.2" DefaultUserAgent string = "Dodo/" + VERSION ProxyCheckURL string = "https://www.google.com" DefaultMethod string = "GET"