diff --git a/resty.go b/resty.go index 0e880681..5ea95c38 100644 --- a/resty.go +++ b/resty.go @@ -14,7 +14,7 @@ import ( ) // Version # of resty -const Version = "2.9.1" +const Version = "2.10.0-dev" // New method creates a new Resty client. func New() *Client {