diff --git a/resty.go b/resty.go index 017957d4..d3321354 100644 --- a/resty.go +++ b/resty.go @@ -14,7 +14,7 @@ import ( ) // Version # of resty -const Version = "2.6.0" +const Version = "2.5.0" // New method creates a new Resty client. func New() *Client {