Browse Source

Merge pull request #2603 from joshfng/bump-git-module-version

Bump git-module. Fixes #2589
tags/v0.9.99
Unknwon 8 years ago
parent
commit
23bc9a2911
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmd/web.go

+ 1
- 1
cmd/web.go View File

@@ -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 {

Loading…
Cancel
Save