models/repo: UpdateLocalCopy should always aceept valid branch name

This commit is contained in:
Unknwon
2017-02-16 06:28:37 -05:00
parent 3137665e6e
commit 88143f1934
4 changed files with 14 additions and 10 deletions

View File

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