From 724450968f16d8be0308abe9dc3cbc9710c15fc1 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Fri, 17 Mar 2023 13:53:42 -0400 Subject: [PATCH] Bump version of go-github to v50.2.0 Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- README.md | 1 + github/github.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b373ceecf..d73d1eae4ab 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 58715b11c6f..4c4827e53cb 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/"