diff --git a/config/config.go b/config/config.go index 57fcaba..48ed90c 100644 --- a/config/config.go +++ b/config/config.go @@ -9,7 +9,7 @@ import ( ) const ( - VERSION = "0.0.1" + VERSION = "0.1.0" DefaultUserAgent = "Dodo/" + VERSION ProxyCheckURL = "https://www.google.com" DefaultMethod = "GET"