repo: minor improve for PR #5219 and support UTF-8 byte count

This commit is contained in:
Unknwon
2018-06-11 21:06:24 +08:00
parent 57897cc8c2
commit dfd494c113
12 changed files with 44 additions and 33 deletions

View File

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