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