webhook: add issue comment event

This commit is contained in:
Unknwon
2017-03-09 04:11:23 -05:00
parent c93731339f
commit 89cc6aa430
19 changed files with 256 additions and 78 deletions

View File

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