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:
parent
50fc1320fe
commit
463c620cd6
@ -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 = `
|
||||
|
Loading…
Reference in New Issue
Block a user