Skip to content

Commit

Permalink
prepare for v2.5.0-dev iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jan 12, 2021
1 parent e3917a5 commit 61f4307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resty.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 61f4307

Please sign in to comment.