1
0
Fork 0
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:
Brian Goff 2016-01-21 11:41:32 -05:00
parent bdcc3ebe41
commit 54587d861d

View file

@ -16,7 +16,7 @@ import (
)
const (
versionMimetype = "application/vnd.docker.plugins.v1.1+json"
versionMimetype = "application/vnd.docker.plugins.v1.2+json"
defaultTimeOut = 30
)