diff options
author | Unknwon <u@gogs.io> | 2017-06-27 20:21:36 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-06-27 20:21:36 -0400 |
commit | 8ed2330d6e9be743b208bca4cd5a25269318040a (patch) | |
tree | e2126e5ab9e92894cdb1d627167f25193679fd93 /gogs.go | |
parent | 261237745f3786dc1ca0aea85dde101bd2870be3 (diff) |
issue_comment: fix pg syntax ambiguous (#4586)
Also handle error related to time parsing.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |