webhook: add Release event (#2387)

This commit is contained in:
Unknwon
2017-03-11 18:41:32 -05:00
parent b9bb4a62d6
commit b615d670b3
18 changed files with 202 additions and 49 deletions

View File

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