diff --git a/skeleton/bootstrap.php b/skeleton/bootstrap.php index 2d836b8..418dd5c 100644 --- a/skeleton/bootstrap.php +++ b/skeleton/bootstrap.php @@ -137,7 +137,7 @@ * @link https://goo.gl/wGXHO9 * @copyright Copyright (c) 2018, Kader Bouyakoub (https://goo.gl/wGXHO9) * @since 2.0.0 - * @version 2.1.0 + * @version 2.1.2 */ class KPlatform { /** @@ -148,7 +148,7 @@ class KPlatform { public static function constants() { // We define useful Skeleton constants first. - define('KB_VERSION', '2.1.1'); + define('KB_VERSION', '2.1.2'); define('DS', DIRECTORY_SEPARATOR); define('EXT', '.php');