We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1db3c3 commit c3b3bd1Copy full SHA for c3b3bd1
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-alpha.1');
+$application = new Application('Apiato Installer', '0.1.0');
10
11
# add our commands
12
$application->add(new NewCommand());
0 commit comments