Be more precise with the version number

This commit is contained in:
Laszlo Fogas 2020-09-30 14:18:32 +02:00
parent 50fc1320fe
commit 463c620cd6

View file

@ -101,7 +101,7 @@ func getUserRepos(c *gin.Context) {
} }
func getVersion(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 = ` const listRepoHookPayloads = `