Compare commits

...

2 Commits

Author SHA1 Message Date
Unknwon
9d40b8a83c Bump version 2017-02-28 05:45:50 -05:00
Unknwon
9ace35ee8b repo_branch: fix inapproriate logic 2017-02-28 05:33:30 -05:00
3 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -125,7 +125,6 @@ func UpdateProtectBranch(protectBranch *ProtectBranch) (err error) {
if _, err = sess.Insert(protectBranch); err != nil {
return fmt.Errorf("Insert: %v", err)
}
return
}
if _, err = sess.Id(protectBranch.ID).AllCols().Update(protectBranch); err != nil {

View File

@@ -1 +1 @@
0.10.0.0227
0.10.1.0228