Bump cluster rpc protocol version

This commit is contained in:
Hector Sanjuan 2022-03-24 19:11:02 +01:00
parent 5207cb34ae
commit cf6c2ee85d

View File

@ -16,4 +16,4 @@ var Version = semver.MustParse("0.14.5-next")
// was). The protocol version will be updated as needed when breaking changes
// are introduced, though at this point we aim to minimize those as much as
// possible.
var RPCProtocol = protocol.ID("/ipfscluster/0.12/rpc")
var RPCProtocol = protocol.ID("/ipfscluster/1.0/rpc")