From d193ffd3beb99284adb02eb66448d4e15ea5cc4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Thu, 17 Aug 2023 16:06:43 +0200 Subject: [PATCH] Update supported_server.ts (#7509) Co-authored-by: Mattermost Build --- app/constants/supported_server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants/supported_server.ts b/app/constants/supported_server.ts index ab77763ab..4bf0af9ee 100644 --- a/app/constants/supported_server.ts +++ b/app/constants/supported_server.ts @@ -4,7 +4,7 @@ export const MIN_REQUIRED_VERSION = '5.26.2'; export const FULL_VERSION = '7.8.0'; export const MAJOR_VERSION = 7; -export const MIN_VERSION = 1; +export const MIN_VERSION = 8; export const PATCH_VERSION = 0; export default {