Skip to content

Commit

Permalink
Bump version of go-github to v53.2.0 (#2811)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Jun 19, 2023
1 parent 487c80d commit 3afe4db
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.2.0 | 2022-11-28 |
| 53.1.0 | 2022-11-28 |
| 53.0.0 | 2022-11-28 |
| 52.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.1.0"
Version = "v53.2.0"

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

0 comments on commit 3afe4db

Please sign in to comment.