1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03:00

Windows: Require REST 1.25 or later

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2016-10-31 10:15:43 -07:00
parent a0629eab73
commit f811d5b128
10 changed files with 30 additions and 18 deletions

6
api/common_unix.go Normal file
View File

@ -0,0 +1,6 @@
// +build !windows
package api
// MinVersion represents Minimum REST API version supported
const MinVersion string = "1.12"