diff --git a/config/config.go b/config/config.go index 6b6ef24..f333966 100644 --- a/config/config.go +++ b/config/config.go @@ -18,7 +18,7 @@ import ( ) const ( - VERSION string = "0.7.2" + VERSION string = "0.7.3" DefaultUserAgent string = "Dodo/" + VERSION DefaultMethod string = "GET" DefaultTimeout time.Duration = time.Second * 10