diff --git a/resty.go b/resty.go index 8f34cd11..3b8caccf 100644 --- a/resty.go +++ b/resty.go @@ -14,7 +14,7 @@ import ( ) // Version # of resty -const Version = "2.4.0" +const Version = "2.5.0-dev" // New method creates a new Resty client. func New() *Client {