From 8c7625e6a26563e0e031916cc44231912fc52e49 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:45:56 -0400 Subject: [PATCH] Bump version of go-github to v53.1.0 (#2806) --- README.md | 1 + github/github.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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/"