Fix minimum supported version

This commit is contained in:
Bill Thornton 2023-03-24 17:27:48 -04:00
parent b85733fe0e
commit d00c378d4d

View File

@ -8,4 +8,4 @@
export const API_VERSION = '10.8.9';
/** The minimum supported server version. */
export const MINIMUM_VERSION = '10.8.0';
export const MINIMUM_VERSION = '10.8.1';