Merge pull request #31165 from vieux/update_version_client

[1.13] update client/client.go DefaultVersion
This commit is contained in:
Sebastiaan van Stijn 2017-02-19 13:57:04 -08:00 committed by GitHub
commit 8b1112be3b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ import (
) )
// DefaultVersion is the version of the current stable API // DefaultVersion is the version of the current stable API
const DefaultVersion string = "1.25" const DefaultVersion string = "1.26"
// Client is the API client that performs all operations // Client is the API client that performs all operations
// against a docker server. // against a docker server.