Skip to content

Commit

Permalink
Update supported ESR version
Browse files Browse the repository at this point in the history
v9.11 ESR is the latest supported ESR version.

Ticket
https://mattermost.atlassian.net/browse/CLD-8696

```release-note
NONE
```
  • Loading branch information
amyblais authored Dec 12, 2024
1 parent da38976 commit 2fa750f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/constants/supported_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2fa750f

Please sign in to comment.