1
0
Fork 0
forked from forgejo/forgejo

Add basic submodule support

This commit is contained in:
Unknwon 2014-09-22 17:01:19 -04:00
parent 063aacd436
commit 3f707b3f32
6 changed files with 57 additions and 19 deletions

View file

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