client: bump default version to v1.25

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Upstream-commit: 42a1f7cdf98fc97403ad53695d8ccf884e27e59f
Component: engine
This commit is contained in:
Antonio Murdaca
2016-11-07 10:01:28 +01:00
parent fbe06c3bd1
commit 4233bef46b
+1 -1
View File
@@ -58,7 +58,7 @@ import (
)
// DefaultVersion is the version of the current stable API
const DefaultVersion string = "1.23"
const DefaultVersion string = "1.25"
// Client is the API client that performs all operations
// against a docker server.