From 988e73705707e0051ec5f6db456e7bbbfe7e05c4 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Thu, 23 Feb 2023 19:54:45 -0500 Subject: [PATCH] Bump version of go-github to v50.1.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 461ae4d02da..37b373ceecf 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.1.0 | 2022-11-28 | | 50.0.0 | 2022-11-28 | | 49.1.0 | 2022-11-28 | | 49.0.0 | 2022-11-28 | diff --git a/github/github.go b/github/github.go index a24d39dee4e..4e0d2f47e8f 100644 --- a/github/github.go +++ b/github/github.go @@ -28,7 +28,7 @@ import ( ) const ( - Version = "v50.0.0" + Version = "v50.1.0" defaultAPIVersion = "2022-11-28" defaultBaseURL = "https://api.github.com/"