1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-06-27 16:35:57 +00:00
This commit is contained in:
Unknwon 2014-09-30 04:39:53 -04:00
parent 198567eccb
commit 2a031c1365
9 changed files with 12 additions and 11 deletions

View file

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