summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2015-01-05 20:37:22 +0800
committerUnknwon <joe2010xtmf@163.com>2015-01-05 20:37:22 +0800
commit13e35398aa035ba9cc70c53af29828c5e9fd4d74 (patch)
tree7ef1ab0ea3172a8a937861c9c2b06cf3ffaf843c /cmd
parentd5c6b535715c9c791f6cff7e19c66cedd089c6d2 (diff)
downloadgitea-13e35398aa035ba9cc70c53af29828c5e9fd4d74.tar.gz
gitea-13e35398aa035ba9cc70c53af29828c5e9fd4d74.zip
prepare for mirror update release
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/web.go b/cmd/web.go
index e0c899d37f..9155958310 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -77,10 +77,10 @@ func checkVersion() {
checkers := []VerChecker{
{"github.com/Unknwon/macaron", macaron.Version, "0.4.9"},
{"github.com/macaron-contrib/binding", binding.Version, "0.0.4"},
- {"github.com/macaron-contrib/cache", cache.Version, "0.0.3"},
+ {"github.com/macaron-contrib/cache", cache.Version, "0.0.5"},
{"github.com/macaron-contrib/csrf", csrf.Version, "0.0.1"},
{"github.com/macaron-contrib/i18n", i18n.Version, "0.0.5"},
- {"github.com/macaron-contrib/session", session.Version, "0.1.2"},
+ {"github.com/macaron-contrib/session", session.Version, "0.1.4"},
{"gopkg.in/ini.v1", ini.Version, "1.0.1"},
}
for _, c := range checkers {