1
0
Fork 0
forked from forgejo/forgejo

Finish new admin users pages

This commit is contained in:
Unknwon 2014-08-29 15:32:52 +08:00
parent 6558990e3a
commit 8829174574
25 changed files with 554 additions and 679 deletions

View file

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