mirror of
https://github.com/moby/moby.git
synced 2025-07-29 07:21:35 +03:00
bump api version to 1.20
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
@ -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