routes/repo/http: fix wrong format type

This commit is contained in:
Unknwon
2018-06-13 21:58:46 +08:00
parent f9bc980b0b
commit e5ddbcab7d
3 changed files with 3 additions and 3 deletions

View File

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