Skip to content

Commit c026faa

Browse files
authored
release: version bump to v3.0.0-beta.5 (#1077)
1 parent ba34b20 commit c026faa

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
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
// Version # of resty
23-
const Version = "3.0.0-beta.4"
23+
const Version = "3.0.0-beta.5"
2424

2525
// New method creates a new Resty client.
2626
func New() *Client {

0 commit comments

Comments
 (0)