Refactoring: rename package routers -> routes

This commit is contained in:
Unknwon
2017-06-11 00:34:14 -04:00
parent 6197a7639a
commit 4400d2fdd9
62 changed files with 51 additions and 51 deletions

View File

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