Skip to content

Commit 50cc7fe

Browse files
committed
Update the version number script;
1 parent 98ccd97 commit 50cc7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/migrate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require_once($autoload);
1313

1414
use Symfony\Component\Console\Application;
1515

16-
$application = new Application('Migrate Script by JG', '1.1.1');
16+
$application = new Application('Migrate Script by JG', '2.0.0');
1717
$application->add(new \ByJG\DbMigration\Console\ResetCommand());
1818
$application->add(new \ByJG\DbMigration\Console\UpCommand());
1919
$application->add(new \ByJG\DbMigration\Console\DownCommand());

0 commit comments

Comments
 (0)