aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-11 17:03:39 -0500
committerJosh Frye <joshfng@gmail.com>2016-02-11 17:03:39 -0500
commit47adc0e8f7926a98a3b03704c3c06e12c01bd9ac (patch)
tree22df45958db0e3ad6e87ab33e672c715b47664f6 /cmd
parent5258ee37408ec67d04166d8dc4fee5036cf9d774 (diff)
downloadgitea-47adc0e8f7926a98a3b03704c3c06e12c01bd9ac.tar.gz
gitea-47adc0e8f7926a98a3b03704c3c06e12c01bd9ac.zip
Bump git-module. Fixes #2589
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index a38b651041..4f627d4d00 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -89,7 +89,7 @@ func checkVersion() {
{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
{"gopkg.in/macaron.v1", macaron.Version, "0.8.0"},
- {"github.com/gogits/git-module", git.Version, "0.2.4"},
+ {"github.com/gogits/git-module", git.Version, "0.2.5"},
{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.2"},
}
for _, c := range checkers {