aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-06-02 17:30:15 -0400
committerUnknwon <u@gogs.io>2017-06-02 17:30:15 -0400
commit6bb9c442b2d95bf683702c089085bb50b987818f (patch)
tree480af511bf91127f139e3f1222335b1fd4f72334 /gogs.go
parentc4079216440af73c03343f53a6a4734688c87b60 (diff)
issue: fix updated_unix is not updated for new comments (#4462)
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 2252f6e1..c25e395f 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.12.0529"
+const APP_VER = "0.11.13.0602"
func init() {
setting.AppVer = APP_VER