Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RamadhanAmizudin committed Jun 21, 2015
1 parent 466dc1f commit 01c80e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
define('ROOT_PATH', dirname(realpath(__FILE__)) );
define('DS', DIRECTORY_SEPARATOR);
define('LOG_FOLDER', 'logs');
define('Version', '3.0.0');
define('Version', '3.1.0');

if( strtolower(php_sapi_name()) != 'cli' ) {
printf("%s\n", "Please run only from command line interface.");
Expand Down

0 comments on commit 01c80e0

Please sign in to comment.