repo_editor: able to trigger Git hooks (#4338)

This commit is contained in:
Unknwon
2018-08-17 23:15:20 +08:00
parent 33434a40d7
commit ac73d43444
8 changed files with 137 additions and 209 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
const APP_VER = "0.11.62.0817"
const APP_VER = "0.11.63.0817"
func init() {
setting.AppVer = APP_VER