From 40a7a5b6d7c3553e8145377b878d258e8c261537 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 21 Feb 2018 15:21:48 +0100 Subject: [PATCH] Bump default API version to 1.37 Signed-off-by: Sebastiaan van Stijn Upstream-commit: 453f2b8b40b923862ce1c08c11531ff5042770f1 Component: engine --- components/engine/api/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/api/common.go b/components/engine/api/common.go index 97a92f8b78..beb251a989 100644 --- a/components/engine/api/common.go +++ b/components/engine/api/common.go @@ -3,7 +3,7 @@ package api // import "github.com/docker/docker/api" // Common constants for daemon and client. const ( // DefaultVersion of Current REST API - DefaultVersion string = "1.36" + DefaultVersion string = "1.37" // NoBaseImageSpecifier is the symbol used by the FROM // command to specify that no base image is to be used.