From 98d8d142ea723c67b845e008083c5d3178f527d0 Mon Sep 17 00:00:00 2001 From: Sonny Date: Thu, 21 Apr 2022 10:27:15 +0700 Subject: [PATCH] Update version 2.5.16 --- framework/library/astroid/Helper/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/library/astroid/Helper/Constants.php b/framework/library/astroid/Helper/Constants.php index 2745c31e..00ce239e 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 = '2.5.15'; + public static $astroid_version = '2.5.16'; public static $fontawesome_version = '6.0.0'; public static $animatecss_version = '3.7.0'; public static $forum_link = 'https://github.com/templaza/astroid-framework/issues';