Skip to content

Commit 4814a50

Browse files
authored
Bump version of go-github to v50.1.0 (#2673)
1 parent 1f3c5a5 commit 4814a50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ Versions prior to 48.2.0 are not listed.
396396

397397
| go-github Version | GitHub v3 API Version |
398398
| ----------------- | --------------------- |
399+
| 50.1.0 | 2022-11-28 |
399400
| 50.0.0 | 2022-11-28 |
400401
| 49.1.0 | 2022-11-28 |
401402
| 49.0.0 | 2022-11-28 |

github/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
const (
31-
Version = "v50.0.0"
31+
Version = "v50.1.0"
3232

3333
defaultAPIVersion = "2022-11-28"
3434
defaultBaseURL = "https://api.github.com/"

0 commit comments

Comments
 (0)