Update supported_server.ts (#7509)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Daniel Espino García 2023-08-17 16:06:43 +02:00 committed by GitHub
parent bc1ad7362f
commit d193ffd3be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {