forked from TrueCloudLab/frostfs-api-go
Bump version in pkg
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
099347d3bc
commit
2e9db28f1c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
// Version represents v2-compatible version.
|
// Version represents v2-compatible version.
|
||||||
type Version refs.Version
|
type Version refs.Version
|
||||||
|
|
||||||
const sdkMjr, sdkMnr = 2, 4
|
const sdkMjr, sdkMnr = 2, 6
|
||||||
|
|
||||||
// NewVersionFromV2 wraps v2 Version message to Version.
|
// NewVersionFromV2 wraps v2 Version message to Version.
|
||||||
func NewVersionFromV2(v *refs.Version) *Version {
|
func NewVersionFromV2(v *refs.Version) *Version {
|
||||||
|
|
Loading…
Reference in a new issue