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 487c80d commit 93b5abaCopy full SHA for 93b5aba
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.2.0 | 2022-11-28 |
400
| 53.1.0 | 2022-11-28 |
401
| 53.0.0 | 2022-11-28 |
402
| 52.0.0 | 2022-11-28 |
github/github.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
const (
31
- Version = "v53.1.0"
+ Version = "v53.2.0"
32
33
defaultAPIVersion = "2022-11-28"
34
defaultBaseURL = "https://api.github.com/"
0 commit comments