#2167 able to identify git version on Windows

This commit is contained in:
Unknwon 2015-12-13 18:20:39 -05:00
parent ed001d70e4
commit 79dcd7ee6e
6 changed files with 7 additions and 6 deletions

View file

@ -88,7 +88,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-shell", git.Version, "0.1.0"},
{"github.com/gogits/git-shell", git.Version, "0.1.1"},
}
for _, c := range checkers {
if !version.Compare(c.Version(), c.Expected, ">=") {