We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23606b commit 8c7625eCopy full SHA for 8c7625e
README.md
@@ -396,6 +396,7 @@ Versions prior to 48.2.0 are not listed.
396
397
| go-github Version | GitHub v3 API Version |
398
| ----------------- | --------------------- |
399
+| 53.1.0 | 2022-11-28 |
400
| 53.0.0 | 2022-11-28 |
401
| 52.0.0 | 2022-11-28 |
402
| 51.0.0 | 2022-11-28 |
github/github.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
const (
31
- Version = "v53.0.0"
+ Version = "v53.1.0"
32
33
defaultAPIVersion = "2022-11-28"
34
defaultBaseURL = "https://api.github.com/"
0 commit comments