1
0
Fork 0
forked from forgejo/forgejo

Fix #495 and cannot view repository by tag

This commit is contained in:
Unknwon 2014-09-23 13:06:25 -04:00
parent a11ed51bbb
commit ebb05475ed
7 changed files with 14 additions and 10 deletions

View file

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