From ffbe6095c61a60bb52a5ad5fba204cc5edbb694c Mon Sep 17 00:00:00 2001 From: Jeff Standen Date: Fri, 10 Jan 2025 20:18:25 -0800 Subject: [PATCH] 11.0.3-checkpoint --- api/Application.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Application.class.php b/api/Application.class.php index 48feede324..520f8f0bc2 100644 --- a/api/Application.class.php +++ b/api/Application.class.php @@ -39,8 +39,8 @@ * - Jeff Standen and Dan Hildebrandt * Founders at Webgroup Media LLC; Developers of Cerb */ -const APP_BUILD = 2025010801; -const APP_VERSION = '11.0.2'; +const APP_BUILD = 2025011001; +const APP_VERSION = '11.0.3'; define("APP_MAIL_PATH", APP_STORAGE_PATH . '/mail/');