forked from TrueCloudLab/frostfs-sdk-go
[#293] version: Update API version constants
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
f91b1facd5
commit
48ba86f4dd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import (
|
|||
// _ = Version(refs.Version{}) // not recommended
|
||||
type Version refs.Version
|
||||
|
||||
const sdkMjr, sdkMnr = 2, 12
|
||||
const sdkMjr, sdkMnr = 2, 13
|
||||
|
||||
// Current returns Version instance that initialized to the
|
||||
// latest supported NeoFS API revision number in SDK.
|
||||
|
|
Loading…
Reference in a new issue