mirror of
https://github.com/docker/cli.git
synced 2025-09-02 10:21:16 +03:00
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"
|