feature/org-mode: fix compile error

This commit is contained in:
Unknwon
2017-05-17 18:50:14 -04:00
parent 5202b7da48
commit d71a8fece8
4 changed files with 6 additions and 6 deletions

View File

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