Update minimum version to 10.9.0

This commit is contained in:
Bill Thornton 2024-05-14 14:59:04 -04:00
parent d2aca7c3be
commit 9be7eeab10

View File

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