File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Run `clibitica list` to see the available commands:
22
22
23
23
```
24
24
$ clibitica list
25
- clibitica 0.0.14
25
+ clibitica 0.0.15
26
26
27
27
Usage:
28
28
command [options] [arguments]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function run(
21
21
?OutputInterface $ output = null ,
22
22
bool $ autoExit = true ,
23
23
): int {
24
- $ application = new Application (name: 'clibitica ' , version: '0.0.14 ' );
24
+ $ application = new Application (name: 'clibitica ' , version: '0.0.15 ' );
25
25
$ application ->setAutoExit ($ autoExit );
26
26
27
27
$ application ->setCommandLoader ($ this ->commandLoader ());
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public function testUsage(): void
12
12
13
13
$ expected = new CommandResult (
14
14
output: <<<'EOF'
15
- clibitica 0.0.14
15
+ clibitica 0.0.15
16
16
17
17
Usage:
18
18
command [options] [arguments]
You can’t perform that action at this time.
0 commit comments