[MM-27615] Update RequiredServer (#4830) (#4840)

* 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:
Mattermost Build 2020-09-24 14:13:53 -04:00 committed by GitHub
parent aa22d11f79
commit 12fe0465c2
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,
};