[#293] version: Update API version constants

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/update-contracts
Pavel Karpy 2022-07-06 10:39:38 +03:00 committed by LeL
parent f91b1facd5
commit 48ba86f4dd
1 changed files with 1 additions and 1 deletions

View File

@ -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.