1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Bump API to v1.26

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2016-11-11 11:51:26 -08:00
parent 6a747fcf57
commit 9182cf1a8d
6 changed files with 6166 additions and 12 deletions

View File

@ -21,7 +21,7 @@ import (
// Common constants for daemon and client.
const (
// DefaultVersion of Current REST API
DefaultVersion string = "1.25"
DefaultVersion string = "1.26"
// NoBaseImageSpecifier is the symbol used by the FROM
// command to specify that no base image is to be used.