[#139] common: Downgrade previous version
Previous stable version is 0.19.4. Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
c990147d75
commit
85bce3f389
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue