pkg/tool: improve SanitizePath (#5558)

This commit is contained in:
Unknwon
2018-12-18 01:38:08 -05:00
parent 86ada87529
commit ff93d9dbda
4 changed files with 6 additions and 3 deletions

View File

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