mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump plugin API version
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
bdcc3ebe41
commit
54587d861d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
versionMimetype = "application/vnd.docker.plugins.v1.1+json"
|
||||
versionMimetype = "application/vnd.docker.plugins.v1.2+json"
|
||||
defaultTimeOut = 30
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue