Skip to content

Commit 0807e28

Browse files
committed
Released version 1.5.0
1 parent 61f415b commit 0807e28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"bin": ["src/tester"],
2424
"extra": {
25-
"branch-alias": { "dev-master": "1.4-dev" }
25+
"branch-alias": { "dev-master": "1.5-dev" }
2626
}
2727
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Now we run tests from command-line using the `tester` command:
6363
> tester
6464
_____ ___ ___ _____ ___ ___
6565
|_ _/ __)( __/_ _/ __)| _ )
66-
|_| \___ /___) |_| \___ |_|_\ v1.4.0
66+
|_| \___ /___) |_| \___ |_|_\ v1.5.0
6767
6868
PHP 5.3.16 | "php-cgi" -n | 8 threads
6969
.

src/Runner/CliTester.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private function loadOptions()
8787
echo <<<'XX'
8888
_____ ___ ___ _____ ___ ___
8989
|_ _/ __)( __/_ _/ __)| _ )
90-
|_| \___ /___) |_| \___ |_|_\ v1.4.0
90+
|_| \___ /___) |_| \___ |_|_\ v1.5.0
9191

9292

9393
XX;

0 commit comments

Comments
 (0)