proxy: Also bump compatible semver

To denote we have new API.
This commit is contained in:
Colin Walters 2021-12-06 20:59:17 -05:00
parent 3606b2d1de
commit e7dc5e79f2

View File

@ -87,7 +87,8 @@ import (
// //
// 0.2.1: Initial version // 0.2.1: Initial version
// 0.2.2: Added support for fetching image configuration as OCI // 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. // maxMsgSize is the current limit on a packet size.
// Note that all non-metadata (i.e. payload data) is sent over a pipe. // Note that all non-metadata (i.e. payload data) is sent over a pipe.