Skip to content

Commit a12f964

Browse files
author
Carlos Cima
committed
Bumped version number.
1 parent 34b9969 commit a12f964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php-mysql-diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('APP_VERSION', '1.1.8');
4+
define('APP_VERSION', '1.2.1');
55

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

0 commit comments

Comments
 (0)