Skip to content

Commit

Permalink
Bump version of go-github to v50.1.0 (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Feb 24, 2023
1 parent 1f3c5a5 commit 4814a50
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 4814a50

Please sign in to comment.