[#142] common: Update version
All checks were successful
DCO action / DCO (pull_request) Successful in 1m7s
Code generation / Generate wrappers (pull_request) Successful in 2m33s
Tests / Tests (pull_request) Successful in 2m51s

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-12-12 15:08:51 +03:00
parent e002a1fa80
commit 201db45bd7
Signed by: achuprov
GPG key ID: 2D916FFD803B0EDD
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
v0.21.0 v0.21.1

View file

@ -5,7 +5,7 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"
const ( const (
major = 0 major = 0
minor = 21 minor = 21
patch = 0 patch = 1
// 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