[MM-27615] Update RequiredServer (#4830)
* Update RequiredServer * Take 2 * Update patch version * Take 3 * Update version * Update version
This commit is contained in:
parent
1d94fb6e16
commit
72313291a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue