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 1f3c5a5 commit 4814a50Copy full SHA for 4814a50
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
+| 50.1.0 | 2022-11-28 |
400
| 50.0.0 | 2022-11-28 |
401
| 49.1.0 | 2022-11-28 |
402
| 49.0.0 | 2022-11-28 |
github/github.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
const (
31
- Version = "v50.0.0"
+ Version = "v50.1.0"
32
33
defaultAPIVersion = "2022-11-28"
34
defaultBaseURL = "https://api.github.com/"
0 commit comments