Fix outdated edit can’t overwrite changes

This commit is contained in:
Unknwon 2016-08-15 02:06:35 -07:00
parent 4a19fd6441
commit 8637e67e6f
5 changed files with 7 additions and 6 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.77.0814"
const APP_VER = "0.9.78.0815"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())