1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-11 17:18:09 +02:00

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) {
c.JSON(200, map[string]interface{}{"version": "1.10"})
c.JSON(200, map[string]interface{}{"version": "1.12"})
}
const listRepoHookPayloads = `