diff options
author | Unknwon <u@gogs.io> | 2017-02-16 11:47:54 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-16 11:47:54 -0500 |
commit | 3b49a99b6088f2b1e1ba7539b4a69930dfb6de16 (patch) | |
tree | 783612222733d55eaa00661d9579a1bc0eea3482 /cmd | |
parent | f129e0ecb57634bc02972b7ff5a3175a829c0534 (diff) |
wiki: fix crash with blob name contains tab (#3916)
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,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, "1.1.7"}, - {"github.com/gogits/git-module", git.Version, "0.4.8"}, + {"github.com/gogits/git-module", git.Version, "0.4.9"}, {"github.com/gogits/go-gogs-client", gogs.Version, "0.12.1"}, } for _, c := range checkers { |