Skip to content

Commit

Permalink
Version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonsalas committed Sep 27, 2018
1 parent 145ef60 commit 10d71b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static function getHooks($config = null)
*/
private static function preSystemHook($config)
{
define('LUTHIER_CI_VERSION', '1.0.4');
define('LUTHIER_CI_VERSION', '1.0.5');
define('LUTHIER_CI_DIR', __DIR__);

$isAjax = isset($_SERVER['HTTP_X_REQUESTED_WITH'])
Expand Down

0 comments on commit 10d71b2

Please sign in to comment.