1
0
Fork 0
forked from forgejo/forgejo

minor fix for #1935 and fix #1854

This commit is contained in:
Unknwon 2015-11-13 10:05:50 -05:00
parent 1c3754bcec
commit a6c7716742
4 changed files with 7 additions and 7 deletions

View file

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