We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b9969 commit a12f964Copy full SHA for a12f964
php-mysql-diff
@@ -1,7 +1,7 @@
1
#!/usr/bin/env php
2
<?php
3
4
-define('APP_VERSION', '1.1.8');
+define('APP_VERSION', '1.2.1');
5
6
// installed via composer?
7
if (file_exists($a = __DIR__ . '/../../autoload.php')) {
@@ -17,4 +17,4 @@ use Symfony\Component\Console\Application;
17
$application = new Application('PHP MySQL Diff', APP_VERSION);
18
$application->add(new MigrateCommand());
19
$application->add(new DiffCommand());
20
-$application->run();
+$application->run();
0 commit comments