434596b103
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
8 lines
172 B
Go
8 lines
172 B
Go
// +build !windows
|
|
|
|
package provider
|
|
|
|
const (
|
|
// DockerAPIVersion is a constant holding the version of the Docker API traefik will use
|
|
DockerAPIVersion string = "1.21"
|
|
)
|