diff --git a/README.md b/README.md index 37b373ceec..d73d1eae4a 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 | | ----------------- | --------------------- | +| 50.2.0 | 2022-11-28 | | 50.1.0 | 2022-11-28 | | 50.0.0 | 2022-11-28 | | 49.1.0 | 2022-11-28 | diff --git a/github/github.go b/github/github.go index 58715b11c6..4c4827e53c 100644 --- a/github/github.go +++ b/github/github.go @@ -28,7 +28,7 @@ import ( ) const ( - Version = "v50.1.0" + Version = "v50.2.0" defaultAPIVersion = "2022-11-28" defaultBaseURL = "https://api.github.com/"