mirror of https://github.com/docker/cli.git
5 lines
141 B
Go
5 lines
141 B
Go
|
package v1beta1
|
||
|
|
||
|
// MaxComposeVersion is the most recent version of compose file Schema supported in v1beta1
|
||
|
const MaxComposeVersion = "3.5"
|