forked from TrueCloudLab/frostfs-sdk-go
[#83] pkg: Upgrade NeoFS API protocol version to 2.11
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
bf78cddf69
commit
87cbd4b701
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue