Skip to content

Commit

Permalink
Bump version of go-github to v50.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
gmlewis committed Feb 24, 2023
1 parent 1f3c5a5 commit 988e737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ Versions prior to 48.2.0 are not listed.

| go-github Version | GitHub v3 API Version |
| ----------------- | --------------------- |
| 50.1.0 | 2022-11-28 |
| 50.0.0 | 2022-11-28 |
| 49.1.0 | 2022-11-28 |
| 49.0.0 | 2022-11-28 |
Expand Down
2 changes: 1 addition & 1 deletion github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
Version = "v50.0.0"
Version = "v50.1.0"

defaultAPIVersion = "2022-11-28"
defaultBaseURL = "https://api.github.com/"
Expand Down

0 comments on commit 988e737

Please # to comment.