1
0
Fork 0
forked from forgejo/forgejo

prepare for 0.6 release

This commit is contained in:
Unknwon 2015-03-18 07:00:55 -04:00
parent e6cf83b8c0
commit e9c599b48a
4 changed files with 8 additions and 8 deletions

View file

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