File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ fairly straightforward code.
2525
2626Boris 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
3030Simply 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
Original file line number Diff line number Diff line change 88 * Boris is a tiny REPL for PHP.
99 */
1010class Boris {
11- const VERSION = "1.0.7 " ;
11+ const VERSION = "1.0.8 " ;
1212
1313 private $ _prompt ;
1414 private $ _historyFile ;
You can’t perform that action at this time.
0 commit comments