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

more UI minor fixes

This commit is contained in:
Unknwon
2015-12-02 20:56:26 -05:00
parent c4bab163cb
commit ec2423ad7c
10 changed files with 37 additions and 35 deletions

View File

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