Browse code

Bump API version to 1.39

Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
Signed-off-by: Tibor Vass <tibor@docker.com>

Daniel Hiltgen authored on 2018/08/15 02:31:09
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@ package api // import "github.com/docker/docker/api"
3 3
 // Common constants for daemon and client.
4 4
 const (
5 5
 	// DefaultVersion of Current REST API
6
-	DefaultVersion = "1.38"
6
+	DefaultVersion = "1.39"
7 7
 
8 8
 	// NoBaseImageSpecifier is the symbol used by the FROM
9 9
 	// command to specify that no base image is to be used.