mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-08 06:51:40 +00:00
bump api version to 1.20
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
// Common constants for daemon and client.
|
||||
const (
|
||||
APIVERSION version.Version = "1.19" // Current REST API version
|
||||
APIVERSION version.Version = "1.20" // Current REST API version
|
||||
DefaultDockerfileName string = "Dockerfile" // Default filename with Docker commands, read by docker build
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user