Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cima committed Nov 2, 2017
1 parent 34b9969 commit a12f964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php-mysql-diff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

define('APP_VERSION', '1.1.8');
define('APP_VERSION', '1.2.1');

// installed via composer?
if (file_exists($a = __DIR__ . '/../../autoload.php')) {
Expand All @@ -17,4 +17,4 @@ use Symfony\Component\Console\Application;
$application = new Application('PHP MySQL Diff', APP_VERSION);
$application->add(new MigrateCommand());
$application->add(new DiffCommand());
$application->run();
$application->run();

0 comments on commit a12f964

Please sign in to comment.