Bump contracts version #15

Merged
fyrchik merged 1 commit from acid-ant/frostfs-contract:bugfix/14-bump-contract-version into master 2023-03-14 09:03:11 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
v0.16.1 v0.17.0

View file

@ -4,8 +4,8 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"
const ( const (
major = 0 major = 0
minor = 16 minor = 17
patch = 1 patch = 0
// Versions from which an update should be performed. // 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 // These should be used in a group (so prevMinor can be equal to minor if there are