diff options
author | Unknwon <u@gogs.io> | 2016-12-23 19:36:16 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-12-23 19:36:16 -0500 |
commit | 42a3bbb0f426720ac4f95a5ca7832f008156cb82 (patch) | |
tree | ca8609c9c2d889b5012f0b01c75842caf216970e /cmd | |
parent | eb79532812fb2d19e416faee91e64a190b702e7c (diff) |
Fetch before Checkout when create pull request (#3699)
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,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.3"}, + {"github.com/gogits/git-module", git.Version, "0.4.5"}, {"github.com/gogits/go-gogs-client", gogs.Version, "0.12.1"}, } for _, c := range checkers { |