webhook: support Issues event (#2319)

Also addresses #3485.
This commit is contained in:
Unknwon
2017-03-09 00:03:29 -05:00
parent bab448681d
commit c93731339f
20 changed files with 1257 additions and 1165 deletions

View File

@@ -14,7 +14,7 @@ import (
)
func Version() string {
return "0.12.7"
return "0.12.8"
}
// Client represents a Gogs API client.