Skip to content

Commit 6310546

Browse files
authored
chore: version number bump (#719)
1 parent 3face0d commit 6310546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resty.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
// Version # of resty
17-
const Version = "2.9.1"
17+
const Version = "2.10.0-dev"
1818

1919
// New method creates a new Resty client.
2020
func New() *Client {

0 commit comments

Comments
 (0)