Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Aug 2, 2015
1 parent 8aacdb2 commit 73a86c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mysqldumper
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Gradcracker\Console\MySQLDumperApplication;
use Gradcracker\Console\Command\mysqldumper;

// Get new instance from our container
$application = new MySQLDumperApplication('mysqldumper', '1.0.1');
$application = new MySQLDumperApplication('mysqldumper', '1.0.2');

// Run the command
$application->run();

0 comments on commit 73a86c2

Please sign in to comment.