Skip to content

Commit 49bdf0d

Browse files
committed
fix bump version
1 parent 827c34d commit 49bdf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/Console/Command/AboutCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4646
/** @var ApplicationInterface $app */
4747
$app = $this->getApplication();
4848

49-
$defaultVersion = '6.16';
49+
$defaultVersion = '6.17';
5050

5151
$lines = [
5252
sprintf(

0 commit comments

Comments
 (0)