Release v0.21.1 #140

Closed
achuprov wants to merge 6 commits from achuprov/frostfs-contract:temp/support-0.21.1 into support/v0.21
Showing only changes of commit dd6fe3f10e - Show all commits

View file

@ -11,8 +11,8 @@ const (
// These should be used in a group (so prevMinor can be equal to minor if there are
// any migration routines.
prevMajor = 0
prevMinor = 20
prevPatch = 0
prevMinor = 19
prevPatch = 4
Version = major*1_000_000 + minor*1_000 + patch