Skip to content

Commit

Permalink
Released version 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 31, 2021
1 parent d4d0e59 commit 86d0e32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,6 +30,6 @@
"tester": "tester tests -s"
},
"extra": {
"branch-alias": { "dev-master": "2.4-dev" }
"branch-alias": { "dev-master": "2.3-dev" }
}
}
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -77,7 +77,7 @@ Now we run tests from command-line using the `tester` command:
> tester
_____ ___ ___ _____ ___ ___
|_ _/ __)( __/_ _/ __)| _ )
|_| \___ /___) |_| \___ |_|_\ v2.3.4
|_| \___ /___) |_| \___ |_|_\ v2.3.5
PHP 7.3.3 | php -n | 8 threads
.
Expand Down
2 changes: 1 addition & 1 deletion src/Runner/CliTester.php
Expand Up @@ -92,7 +92,7 @@ private function loadOptions(): CommandLine
echo <<<'XX'
_____ ___ ___ _____ ___ ___
|_ _/ __)( __/_ _/ __)| _ )
|_| \___ /___) |_| \___ |_|_\ v2.3.4
|_| \___ /___) |_| \___ |_|_\ v2.3.5
XX;
Expand Down

0 comments on commit 86d0e32

Please sign in to comment.