Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Updated project version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkader committed May 30, 2018
1 parent eb68461 commit 05beefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skeleton/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand All @@ -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');

Expand Down

0 comments on commit 05beefc

Please sign in to comment.