Skip to content

Commit 125dd4e

Browse files
committed
Version bump to 1.0.8
1 parent d6654ce commit 125dd4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ fairly straightforward code.
2525

2626
Boris is available for download as a Phar archive:
2727

28-
- https://github.com/d11wtq/boris/releases/download/v1.0.7/boris.phar
28+
- https://github.com/d11wtq/boris/releases/download/v1.0.8/boris.phar
2929

3030
Simply download it and run it.
3131

32-
curl -O https://github.com/d11wtq/boris/releases/download/v1.0.7/boris.phar
32+
curl -O https://github.com/d11wtq/boris/releases/download/v1.0.8/boris.phar
3333
chmod +x boris.phar
3434
./boris.phar
3535

lib/Boris/Boris.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Boris is a tiny REPL for PHP.
99
*/
1010
class Boris {
11-
const VERSION = "1.0.7";
11+
const VERSION = "1.0.8";
1212

1313
private $_prompt;
1414
private $_historyFile;

0 commit comments

Comments
 (0)