aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-06-27 20:21:36 -0400
committerUnknwon <u@gogs.io>2017-06-27 20:21:36 -0400
commit8ed2330d6e9be743b208bca4cd5a25269318040a (patch)
treee2126e5ab9e92894cdb1d627167f25193679fd93 /gogs.go
parent261237745f3786dc1ca0aea85dde101bd2870be3 (diff)
issue_comment: fix pg syntax ambiguous (#4586)
Also handle error related to time parsing.
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index b3d839cb..57e98331 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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