浏览代码

client: bump default version to v1.25

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Antonio Murdaca 8 年之前
父节点
当前提交
42a1f7cdf9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/client.go

+ 1 - 1
client/client.go

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