diff --git a/config/config.go b/config/config.go index f435985..393d83e 100644 --- a/config/config.go +++ b/config/config.go @@ -12,7 +12,7 @@ import ( ) const ( - VERSION string = "0.5.2" + VERSION string = "0.5.3" DefaultUserAgent string = "Dodo/" + VERSION ProxyCheckURL string = "https://www.google.com" DefaultMethod string = "GET"