1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-02 16:38:34 +00:00

General code quality improvement

This commit is contained in:
Unknwon 2016-08-16 23:06:38 -07:00
parent 6f9a95f830
commit a00c932bbc
17 changed files with 180 additions and 171 deletions

View file

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