From ffc22a21ea681500dfe5404cf7f225fd5825654d Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Wed, 10 Dec 2025 16:44:55 -0600 Subject: [PATCH] chore: bump version to 1.0.23 for cache busting --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index bf7598bf..87d970e3 100644 --- a/functions.php +++ b/functions.php @@ -18,7 +18,7 @@ if (!defined('ABSPATH')) { } // Definir constante de versión del tema -define('ROI_VERSION', '1.0.22'); +define('ROI_VERSION', '1.0.23'); // ============================================================================= // 1. CARGAR AUTOLOADER MANUAL