Skip to content

Commit

Permalink
Updated FUEL_VERSION constant to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Nov 18, 2014
1 parent 6207498 commit 41dba74
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.2');
define('FUEL_VERSION', '1.2.1');
define('MODULES_FOLDER', '../modules');
define('FUEL_FOLDER', 'fuel');
define('MODULES_PATH', APPPATH.MODULES_FOLDER.'/');
Expand Down

0 comments on commit 41dba74

Please sign in to comment.