Skip to content

Commit

Permalink
Bump version in pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
  • Loading branch information
alexvanin committed May 7, 2021
1 parent 099347d commit 2e9db28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2e9db28

Please sign in to comment.