We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a285aa commit c41641eCopy full SHA for c41641e
README.md
@@ -18,7 +18,7 @@ Go to https://resty.dev and refer to godoc.
18
19
## Minimum Go Version
20
21
-Use `go1.21` and above.
+Use `go1.23` and above.
22
23
## Support & Donate
24
resty.go
@@ -20,7 +20,7 @@ import (
)
// Version # of resty
-const Version = "3.0.0-beta.1"
+const Version = "3.0.0-beta.4"
25
// New method creates a new Resty client.
26
func New() *Client {
0 commit comments