git: delegate all server-side Git hooks (#1623)

This commit is contained in:
Unknwon
2017-02-14 16:22:16 -05:00
parent 859009259a
commit 039dc33367
22 changed files with 337 additions and 185 deletions

View File

@@ -10,7 +10,7 @@ import (
"time"
)
const _VERSION = "0.4.6"
const _VERSION = "0.4.7"
func Version() string {
return _VERSION