diff options
author | Unknwon <u@gogs.io> | 2017-04-06 20:58:57 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-06 20:58:57 -0400 |
commit | 8d0417497b39aa196400d39c99bbd79cfb364f9f (patch) | |
tree | e09028f02c5732ab8c3f9140dfcba488d41809df /gogs.go | |
parent | 90b9f7e08ca2e027cc587199537aa653ddd94d91 (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.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.5.0406" +const APP_VER = "0.11.6.0406" func init() { setting.AppVer = APP_VER |