[MM-27615] Update RequiredServer (#4830)

* Update RequiredServer

* Take 2

* Update patch version

* Take 3

* Update version

* Update version
This commit is contained in:
Miguel Alatzar 2020-09-24 11:02:13 -07:00 committed by GitHub
parent 1d94fb6e16
commit 72313291a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,9 +109,9 @@ const ViewTypes = keyMirror({
});
const RequiredServer = {
FULL_VERSION: 5.19,
FULL_VERSION: 5.25,
MAJOR_VERSION: 5,
MIN_VERSION: 19,
MIN_VERSION: 25,
PATCH_VERSION: 0,
};