forked from TrueCloudLab/frostfs-contract
[#14] Bump contracts version
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
d626660c1a
commit
6b13a83736
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v0.16.1
|
||||
v0.17.0
|
||||
|
|
|
@ -4,8 +4,8 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"
|
|||
|
||||
const (
|
||||
major = 0
|
||||
minor = 16
|
||||
patch = 1
|
||||
minor = 17
|
||||
patch = 0
|
||||
|
||||
// Versions from which an update should be performed.
|
||||
// These should be used in a group (so prevMinor can be equal to minor if there are
|
||||
|
|
Loading…
Reference in a new issue