repo_branch: fix SQL builder (#5054)

This commit is contained in:
Unknwon
2018-03-20 19:06:13 -04:00
parent 0f737f2999
commit 52ee796d6d
3 changed files with 3 additions and 3 deletions

View File

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