webhook: send secret with SHA256 HMAC hex digest (#3692)

This commit is contained in:
Unknwon
2017-02-24 12:23:19 -05:00
parent 452551fa23
commit 6ec859f2b0
11 changed files with 32 additions and 28 deletions

View File

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