diff --git a/README.md b/README.md index cc48f3fb..9e614fe7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Go to https://resty.dev and refer to godoc. ## Minimum Go Version -Use `go1.21` and above. +Use `go1.23` and above. ## Support & Donate diff --git a/resty.go b/resty.go index 938b70cf..aa4b65a2 100644 --- a/resty.go +++ b/resty.go @@ -20,7 +20,7 @@ import ( ) // Version # of resty -const Version = "3.0.0-beta.1" +const Version = "3.0.0-beta.4" // New method creates a new Resty client. func New() *Client {