1
0
Fork 0
forked from forgejo/forgejo

Do not show filename not have suffifx .md

This commit is contained in:
Unknwon 2016-07-01 15:34:03 +08:00
parent 3a30c06345
commit e84ac64964
5 changed files with 7 additions and 7 deletions

View file

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