[#83] pkg: Upgrade NeoFS API protocol version to 2.11

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
remotes/fyrchik/master
Leonard Lyubich 2021-11-16 21:17:54 +03:00 committed by LeL
parent bf78cddf69
commit 87cbd4b701
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
// Version represents v2-compatible version.
type Version refs.Version
const sdkMjr, sdkMnr = 2, 10
const sdkMjr, sdkMnr = 2, 11
// NewFromV2 wraps v2 Version message to Version.
//