From 463c620cd6bc7ddb89d0a837ad221f85656d2032 Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Wed, 30 Sep 2020 14:18:32 +0200 Subject: [PATCH] Be more precise with the version number --- remote/gitea/fixtures/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/gitea/fixtures/handler.go b/remote/gitea/fixtures/handler.go index 1425b5c1a..d8c93ed7f 100644 --- a/remote/gitea/fixtures/handler.go +++ b/remote/gitea/fixtures/handler.go @@ -101,7 +101,7 @@ func getUserRepos(c *gin.Context) { } func getVersion(c *gin.Context) { - c.JSON(200, map[string]interface{}{"version": "1.10"}) + c.JSON(200, map[string]interface{}{"version": "1.12"}) } const listRepoHookPayloads = `