webhook: fix push panic to organizational repository (#4206)

This commit is contained in:
Unknwon
2017-02-28 10:28:48 -05:00
parent 193cc3ba9a
commit d43f5f17fd
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.1.0228"
const APP_VER = "0.10.2.0228"
func init() {
setting.AppVer = APP_VER