mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
This const contains the minimum API version that can be supported by the API server. The daemon is currently configured to use the same version, but we may increment the _configured_ minimum version when deprecating old API versions in future. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>