diff --git a/config/config.go b/config/config.go index f22a81d..2c2d06d 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.1.0" + VERSION = "0.2.0" DefaultUserAgent = "Dodo/" + VERSION ProxyCheckURL = "https://www.google.com" DefaultMethod = "GET"