mirror of
https://github.com/containers/skopeo.git
synced 2025-08-24 09:08:31 +00:00
proxy: Also bump compatible semver
To denote we have new API.
This commit is contained in:
parent
3606b2d1de
commit
e7dc5e79f2
@ -87,7 +87,8 @@ import (
|
||||
//
|
||||
// 0.2.1: Initial version
|
||||
// 0.2.2: Added support for fetching image configuration as OCI
|
||||
const protocolVersion = "0.2.2"
|
||||
// 0.2.3: Added GetFullConfig
|
||||
const protocolVersion = "0.2.3"
|
||||
|
||||
// maxMsgSize is the current limit on a packet size.
|
||||
// Note that all non-metadata (i.e. payload data) is sent over a pipe.
|
||||
|
Loading…
Reference in New Issue
Block a user