models/repo_editor: add pull request test task after commit (#4338)

This commit is contained in:
Unknwon
2017-03-25 03:36:13 -04:00
parent 260ebcc1ca
commit 8f52ab8201
5 changed files with 22 additions and 20 deletions

View File

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