Release v0.21.1 #142

Merged
fyrchik merged 2 commits from achuprov/frostfs-contract:temp/release_0.21.1 into master 2024-12-12 12:31:28 +00:00
Showing only changes of commit e002a1fa80 - 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