* Update RequiredServer
* Take 2
* Update patch version
* Take 3
* Update version
* Update version
(cherry picked from commit 72313291a1)
Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
This commit is contained in:
parent
aa22d11f79
commit
12fe0465c2
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