diff --git a/config/config.go b/config/config.go index a75b576..8aa613f 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.4.0" + VERSION = "0.4.1" DefaultUserAgent = "Dodo/" + VERSION ProxyCheckURL = "https://www.google.com" DefaultMethod = "GET"