3f293ee25b
Makes it simpler to manage :) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
6 lines
152 B
Go
6 lines
152 B
Go
package docker
|
|
|
|
const (
|
|
// DockerAPIVersion is a constant holding the version of the Provider API traefik will use
|
|
DockerAPIVersion string = "1.24"
|
|
)
|