pkg/context: change banner file path (#5750)

This commit is contained in:
unknwon
2019-07-28 14:59:51 -07:00
parent dc13eb6df0
commit d775fe7936
4 changed files with 18 additions and 18 deletions

View File

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