diff --git a/astroid.xml b/astroid.xml
index f67b78ab..187cf9b7 100644
--- a/astroid.xml
+++ b/astroid.xml
@@ -3,8 +3,8 @@
Astroid Framework
astroid
Astroid Framework Team
- April 2024
- 3.0.14
+ May 2024
+ 3.0.15-rc1
https://astroidframe.work/
Copyright (C) 2024 TemPlaza, Inc. All rights reserved.
GNU General Public License version 3 or later; see LICENSE.txt
diff --git a/framework/library/astroid/Helper/Constants.php b/framework/library/astroid/Helper/Constants.php
index d0e1f416..197eb5c5 100644
--- a/framework/library/astroid/Helper/Constants.php
+++ b/framework/library/astroid/Helper/Constants.php
@@ -13,7 +13,7 @@
class Constants
{
- public static $astroid_version = '3.0.14';
+ public static $astroid_version = '3.0.15-rc1';
public static $fontawesome_version = '6.5.2';
public static $fancybox_version = '5.0';
public static $animatecss_version = '3.7.0';