1
0
Fork 0
forked from forgejo/forgejo

Finish all new admin pages.

This commit is contained in:
Unknwon 2014-08-30 20:49:51 +08:00
parent 66d51804c9
commit 9bc63bda7d
12 changed files with 469 additions and 331 deletions

View file

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