mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-11 10:05:27 +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"
|