diff --git a/config/config.go b/config/config.go index 1836c9e..ff85102 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.3.0" + VERSION = "0.3.1" DefaultUserAgent = "Dodo/" + VERSION ProxyCheckURL = "https://www.google.com" DefaultMethod = "GET"