1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00
This commit is contained in:
Unknwon
2015-11-16 23:30:05 -05:00
parent 9ab96172fc
commit ec5f881384
5 changed files with 5 additions and 5 deletions

View File

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