2016-10-31 10:15:43 -07:00
|
|
|
// +build !windows
|
|
|
|
|
2018-02-05 16:05:59 -05:00
|
|
|
package api // import "github.com/docker/docker/api"
|
2016-10-31 10:15:43 -07:00
|
|
|
|
|
|
|
// MinVersion represents Minimum REST API version supported
|
2018-05-19 13:38:54 +02:00
|
|
|
const MinVersion = "1.12"
|