diff --git a/VERSION b/VERSION index 3a7f17e..0af45c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.19.1 +v0.19.3 diff --git a/common/version.go b/common/version.go index 8ceec23..b61b46b 100644 --- a/common/version.go +++ b/common/version.go @@ -5,7 +5,7 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std" const ( major = 0 minor = 19 - patch = 1 + patch = 3 // 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