diff --git a/README.md b/README.md index 6858fd1aee..9a5386c2dc 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ Versions prior to 48.2.0 are not listed. | go-github Version | GitHub v3 API Version | | ----------------- | --------------------- | +| 53.1.0 | 2022-11-28 | | 53.0.0 | 2022-11-28 | | 52.0.0 | 2022-11-28 | | 51.0.0 | 2022-11-28 | diff --git a/github/github.go b/github/github.go index 7d8aef5302..db623ffd7b 100644 --- a/github/github.go +++ b/github/github.go @@ -28,7 +28,7 @@ import ( ) const ( - Version = "v53.0.0" + Version = "v53.1.0" defaultAPIVersion = "2022-11-28" defaultBaseURL = "https://api.github.com/"