1
0
Fork 0
forked from forgejo/forgejo

#1595 pushing new branch will rereference issues in previous branch

This commit is contained in:
Unknwon 2015-09-10 07:53:40 -04:00
parent c3061c61a7
commit c8d92fad30
5 changed files with 40 additions and 15 deletions

View file

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