diff options
author | Unknwon <u@gogs.io> | 2017-06-02 17:30:15 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-06-02 17:30:15 -0400 |
commit | 6bb9c442b2d95bf683702c089085bb50b987818f (patch) | |
tree | 480af511bf91127f139e3f1222335b1fd4f72334 /gogs.go | |
parent | c4079216440af73c03343f53a6a4734688c87b60 (diff) |
issue: fix updated_unix is not updated for new comments (#4462)
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.12.0529" +const APP_VER = "0.11.13.0602" func init() { setting.AppVer = APP_VER |