We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350388c commit 724f6e2Copy full SHA for 724f6e2
bin/apiato
@@ -6,7 +6,7 @@ use Symfony\Component\Console\Application;
6
7
require __DIR__ . './vendor/autoload.php';
8
9
-$application = new Application('Apiato Installer', '0.1.0');
+$application = new Application('Apiato Installer', '0.1.2');
10
11
# add our commands
12
$application->add(new NewCommand());
0 commit comments