migrations: remove unused function and fix compile error

This commit is contained in:
Unknwon
2018-03-09 00:33:40 -05:00
parent 28f74cf1c6
commit 86d249eb16
3 changed files with 2 additions and 9 deletions

View File

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