mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 21:44:44 +00:00
Be more precise with the version number
This commit is contained in:
parent
50fc1320fe
commit
463c620cd6
1 changed files with 1 additions and 1 deletions
|
@ -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 = `
|
||||||
|
|
Loading…
Reference in a new issue