Bump version in pkg

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-05-07 14:58:47 +03:00 committed by Alex Vanin
parent 099347d3bc
commit 2e9db28f1c

View file

@ -10,7 +10,7 @@ import (
// Version represents v2-compatible version.
type Version refs.Version
const sdkMjr, sdkMnr = 2, 4
const sdkMjr, sdkMnr = 2, 6
// NewVersionFromV2 wraps v2 Version message to Version.
func NewVersionFromV2(v *refs.Version) *Version {