#2798 fix assign operation not take effect

This commit is contained in:
Unknwon 2016-07-15 17:06:17 +08:00
parent 160956dd31
commit 194a742fb9
4 changed files with 5 additions and 5 deletions

View file

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