1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 17:47:19 +00:00

UI: issues - finish basic frame

This commit is contained in:
Unknwon
2015-07-24 04:50:05 +08:00
parent 548b95f7b5
commit 4447a20f87
38 changed files with 515 additions and 239 deletions

View File

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