forked from TrueCloudLab/frostfs-api-go
Bump SDK version in pkg
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
1542162657
commit
5f50484cd5
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, 6
|
||||
const sdkMjr, sdkMnr = 2, 7
|
||||
|
||||
// NewVersionFromV2 wraps v2 Version message to Version.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue