Bump SDK version in pkg

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-06-08 21:37:20 +03:00 committed by Alex Vanin
parent 1542162657
commit 5f50484cd5

View file

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