mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 12:21:03 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
6 lines
126 B
Go
6 lines
126 B
Go
// +build !windows
|
|
|
|
package api
|
|
|
|
// MinVersion represents Minimum REST API version supported
|
|
const MinVersion string = "1.12"
|