github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/pkg/api/types/types.go (about)

     1  package types
     2  
     3  const (
     4  	// DefaultAPIVersion is the version of the API the server defaults to.
     5  	DefaultAPIVersion = "1.40" // See https://docs.docker.com/engine/api/v1.40/
     6  
     7  	// DefaultAPIVersion is the minimal required version of the API.
     8  	MinimalAPIVersion = "1.24"
     9  )