summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-09 18:28:06 -0700
committerUnknwon <u@gogs.io>2016-08-09 18:28:06 -0700
commitc5d4a9e046045f949ec9606b49dc37b928e83fb3 (patch)
tree95269c1d60654c35d5c927cd34998d5add56ebf9 /cmd
parentedd786446c0f7a1581be08dbe7697c339790c2c1 (diff)
downloadgitea-c5d4a9e046045f949ec9606b49dc37b928e83fb3.tar.gz
gitea-c5d4a9e046045f949ec9606b49dc37b928e83fb3.zip
#2907 Add commit timestamp to webhook
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 ea3a34d961..f2f7279bf0 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -88,7 +88,7 @@ func checkVersion() {
{"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.3.4"},
- {"github.com/gogits/go-gogs-client", gogs.Version, "0.10.1"},
+ {"github.com/gogits/go-gogs-client", gogs.Version, "0.10.3"},
}
for _, c := range checkers {
if !version.Compare(c.Version(), c.Expected, ">=") {