Skip to content

Commit

Permalink
common: Bump contract versions to v0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
  • Loading branch information
cthulhu-rider committed Mar 17, 2023
1 parent 337c57b commit 969f201
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changelog for NeoFS Contract
- Dumps of the NeoFS MainNet and TestNet contracts (#324)

### Changed
- Current `common.Version` to v0.17.0 (#324)

### Updated
- `neo-go` to `v0.101.0`
- `neo-go/pkg/interop` to `v0.0.0-20230208100456-1d6e48ee78e5`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.16.1
v0.17.0
4 changes: 2 additions & 2 deletions common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 969f201

Please sign in to comment.