[#231] Lower minimal contract version update to v0.14.0

Main chain NeoFS contract was not updated to v0.14.2. Current
contract version is v0.14.0 However, there is no functional
changes between v0.14.0 and v0.14.2. To avoid NeoFS contract
update, this commit lowers minimal contract version.

All other contracts have been updated to v0.14.2 and they are not
affected by this change.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
support/v0.16
Alex Vanin 2022-03-23 13:57:33 +03:00 committed by Alex Vanin
parent 2b624a38cc
commit 9ed3c538a0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const (
// any migration routines.
prevMajor = 0
prevMinor = 14
prevPatch = 2
prevPatch = 0
Version = major*1_000_000 + minor*1_000 + patch