aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-04-06 20:58:57 -0400
committerUnknwon <u@gogs.io>2017-04-06 20:58:57 -0400
commit8d0417497b39aa196400d39c99bbd79cfb364f9f (patch)
treee09028f02c5732ab8c3f9140dfcba488d41809df /gogs.go
parent90b9f7e08ca2e027cc587199537aa653ddd94d91 (diff)
modes/mirror: make Updated unchanged if no new commits fetched (#4341)
After sync mirror, get latest commit date and compare to current repository updated time, only update it if the commit date is newer.
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 11b7f407..30bbd941 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.5.0406"
+const APP_VER = "0.11.6.0406"
func init() {
setting.AppVer = APP_VER