issue: fix updated_unix is not updated for new comments (#4462)

This commit is contained in:
Unknwon
2017-06-02 17:30:15 -04:00
parent c407921644
commit 6bb9c442b2
4 changed files with 22 additions and 19 deletions

View File

@@ -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