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 = `