Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion resty.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down