issue_comment: fix pg syntax ambiguous (#4586)

Also handle error related to time parsing.
This commit is contained in:
Unknwon
2017-06-27 20:21:36 -04:00
parent 261237745f
commit 8ed2330d6e
4 changed files with 16 additions and 6 deletions

View File

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