router: fix 404 when repository name contains dot

E.g. atomi.github.io
This commit is contained in:
Unknwon
2017-02-20 18:05:34 -05:00
parent 934734a85a
commit 6002d72603
4 changed files with 15 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.161.0220"
const APP_VER = "0.9.162.0220"
func init() {
setting.AppVer = APP_VER