Update to latest version of go-github (#157)

This commit is contained in:
Luke Kysow
2017-10-12 21:36:09 -07:00
committed by Anubhav Mishra
parent 6abe46c529
commit c777ba3067
14 changed files with 205 additions and 59 deletions

View File

@@ -27,7 +27,7 @@ import (
)
const (
libraryVersion = "11"
libraryVersion = "12"
defaultBaseURL = "https://api.github.com/"
uploadBaseURL = "https://uploads.github.com/"
userAgent = "go-github/" + libraryVersion