mattermost-mobile/app/constants/supported_server.ts
Amy Blais 9dcfd149d8
Update supported ESR version (#9205)
* Update supported ESR version

* Update supported_server.ts

* Update full_description.txt

* Update changelog
2025-11-17 08:15:50 +02:00

16 lines
414 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export const MIN_REQUIRED_VERSION = '5.26.2';
export const FULL_VERSION = '10.11.0';
export const MAJOR_VERSION = 10;
export const MIN_VERSION = 11;
export const PATCH_VERSION = 0;
export default {
MIN_REQUIRED_VERSION,
FULL_VERSION,
MAJOR_VERSION,
MIN_VERSION,
PATCH_VERSION,
};