diff --git a/astroid.xml b/astroid.xml index a507d759..6790eb58 100644 --- a/astroid.xml +++ b/astroid.xml @@ -3,10 +3,10 @@ Astroid Framework astroid Astroid Framework Team - Jan 2025 - 3.1.10 + February 2025 + 3.1.11-rc1 https://astroidframe.work/ - Copyright (C) 2024 TemPlaza, Inc. All rights reserved. + Copyright (C) 2025 TemPlaza, Inc. All rights reserved. GNU General Public License version 3 or later; see LICENSE.txt info@templaza.com https://www.templaza.com diff --git a/framework/library/astroid/Helper/Constants.php b/framework/library/astroid/Helper/Constants.php index 649a382f..1aa7bd43 100644 --- a/framework/library/astroid/Helper/Constants.php +++ b/framework/library/astroid/Helper/Constants.php @@ -18,7 +18,7 @@ class Constants { - public static $astroid_version = '3.1.10'; + public static $astroid_version = '3.1.11-rc1'; public static $fontawesome_version = '6.6.0'; public static $fancybox_version = '5.0'; public static $animatecss_version = '3.7.0';