v9.11 ESR is the latest supported ESR version.
Ticket
https://mattermost.atlassian.net/browse/CLD-8696
```release-note
NONE
```
(cherry picked from commit 9ac635d2ee)
Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
This commit is contained in:
parent
5dcdbf3116
commit
84743ac655
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
// See LICENSE.txt for license information.
|
||||
|
||||
export const MIN_REQUIRED_VERSION = '5.26.2';
|
||||
export const FULL_VERSION = '8.1.0';
|
||||
export const MAJOR_VERSION = 8;
|
||||
export const MIN_VERSION = 1;
|
||||
export const FULL_VERSION = '9.11.0';
|
||||
export const MAJOR_VERSION = 9;
|
||||
export const MIN_VERSION = 11;
|
||||
export const PATCH_VERSION = 0;
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Reference in a new issue