Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
Signed-off-by: Tibor Vass <tibor@docker.com>
| ... | ... |
@@ -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. |