diff: fix can't show compare page for fork repository (#4110)

This commit is contained in:
Unknwon
2017-02-12 18:43:26 -05:00
parent f59a607361
commit 2d38b75400
3 changed files with 3 additions and 3 deletions

View File

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