Remove duplicated of code

This commit is contained in:
Unknwon 2016-03-06 14:44:22 -05:00
parent 13bd16af92
commit 9cf7f3e46f
4 changed files with 51 additions and 56 deletions

View file

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