Add docker input server version (#4035)

This commit is contained in:
Daniel Nelson
2018-04-23 15:09:04 -07:00
committed by GitHub
parent f639f994b5
commit 9f4752ba12
6 changed files with 132 additions and 129 deletions

View File

@@ -12,7 +12,7 @@ import (
)
var (
version string
version = "1.24"
defaultHeaders = map[string]string{"User-Agent": "engine-api-cli-1.0"}
)