Skip to content

Commit

Permalink
updated version number constant to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Apr 10, 2014
1 parent b5cfa31 commit 556d65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/modules/fuel/config/fuel_constants.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// INSTALL_ROOT is defined in the index.php bootstrap file
define('FUEL_VERSION', '1.0.5');
define('FUEL_VERSION', '1.0.6');
define('MODULES_FOLDER', '../modules');
define('FUEL_FOLDER', 'fuel');
define('MODULES_PATH', APPPATH.MODULES_FOLDER.'/');
Expand Down

0 comments on commit 556d65a

Please sign in to comment.