summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-12 11:04:46 -0500
committerJosh Frye <joshfng@gmail.com>2016-02-12 11:04:46 -0500
commit8662990746ba77633e96a9cad7258fb3d7009678 (patch)
treeeaebb52e14adf454feb775691abba2909c0dc905 /cmd
parent600d8edaca56ac9b74bd73c3625c17875ecb848e (diff)
downloadgitea-8662990746ba77633e96a9cad7258fb3d7009678.tar.gz
gitea-8662990746ba77633e96a9cad7258fb3d7009678.zip
Add default branch to repo payload
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index 4f627d4d00..279703baaf 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -90,7 +90,7 @@ func checkVersion() {
{"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.5"},
- {"github.com/gogits/go-gogs-client", gogs.Version, "0.7.2"},
+ {"github.com/gogits/go-gogs-client", gogs.Version, "0.7.3"},
}
for _, c := range checkers {
if !version.Compare(c.Version(), c.Expected, ">=") {