1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 01:57:20 +00:00

finish all new user settings UI

This commit is contained in:
Unknwon
2015-09-10 11:40:34 -04:00
parent c8d92fad30
commit 52ec80fa18
21 changed files with 295 additions and 283 deletions

View File

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