Little code refactoring

This commit is contained in:
Unknwon 2016-08-09 12:56:00 -07:00
parent c8b45ecc27
commit f70343660d
6 changed files with 22 additions and 27 deletions

View file

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