From 72313291a16544a9cb3649eb34e45138a44c5652 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Thu, 24 Sep 2020 11:02:13 -0700 Subject: [PATCH] [MM-27615] Update RequiredServer (#4830) * Update RequiredServer * Take 2 * Update patch version * Take 3 * Update version * Update version --- app/constants/view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/constants/view.js b/app/constants/view.js index fcda722d1..e37793ef9 100644 --- a/app/constants/view.js +++ b/app/constants/view.js @@ -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, };