1
0
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:
Jessica Frazelle
2015-05-27 19:24:59 -07:00
parent 742a8a6cff
commit e76d0f5571
4 changed files with 2196 additions and 4 deletions

View File

@ -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
)