Skip to content

Commit cda438a

Browse files
committed
chore: update version
1 parent 19b7b38 commit cda438a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leafs/cli",
33
"description": "A simple command line tool for installing and interacting with your leaf apps",
44
"homepage": "https://cli.leafphp.dev",
5-
"version": "v2.11.1",
5+
"version": "v2.12.0",
66
"keywords": [
77
"leaf",
88
"php",

src/ViewInstallCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
6060
}
6161

6262
$output->writeln('<error>You didn\'t select an option to install</error>');
63+
6364
return 1;
6465
}
6566

0 commit comments

Comments
 (0)