diff options
author | Unknwon <u@gogs.io> | 2016-01-29 15:28:24 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-29 15:28:24 -0500 |
commit | ee814bf8d6c70c91bac19059ba37af0d91b2a1e0 (patch) | |
tree | 664d5e7c041d33c85809f9289710aa0263b9be29 /cmd | |
parent | a4a23c02686690a052bd9eb522357cf2719c21c1 (diff) |
#2491 minor fix for sr on dashboard
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.3"}, + {"github.com/gogits/git-module", git.Version, "0.2.4"}, {"github.com/gogits/go-gogs-client", gogs.Version, "0.7.2"}, } for _, c := range checkers { |