Skip to content

Commit 7f746a5

Browse files
committed
Bump library version as this is a breaking change.
1 parent 4d21669 commit 7f746a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/github.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
const (
30-
libraryVersion = "10"
30+
libraryVersion = "11"
3131
defaultBaseURL = "https://api.github.com/"
3232
uploadBaseURL = "https://uploads.github.com/"
3333
userAgent = "go-github/" + libraryVersion

0 commit comments

Comments
 (0)