Skip to content

Commit

Permalink
Bump version of go-github to v53.1.0 (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Jun 12, 2023
1 parent a23606b commit 8c7625e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -396,6 +396,7 @@ Versions prior to 48.2.0 are not listed.

| go-github Version | GitHub v3 API Version |
| ----------------- | --------------------- |
| 53.1.0 | 2022-11-28 |
| 53.0.0 | 2022-11-28 |
| 52.0.0 | 2022-11-28 |
| 51.0.0 | 2022-11-28 |
Expand Down
2 changes: 1 addition & 1 deletion github/github.go
Expand Up @@ -28,7 +28,7 @@ import (
)

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

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

0 comments on commit 8c7625e

Please sign in to comment.