Skip to content

Commit c41641e

Browse files
authored
release: version bump and readme update (#1070)
1 parent 8a285aa commit c41641e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Go to https://resty.dev and refer to godoc.
1818

1919
## Minimum Go Version
2020

21-
Use `go1.21` and above.
21+
Use `go1.23` and above.
2222

2323
## Support & Donate
2424

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.1"
23+
const Version = "3.0.0-beta.4"
2424

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

0 commit comments

Comments
 (0)