Skip to content

Commit

Permalink
Merge branch 'release/0.11.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Nov 6, 2022
2 parents c419169 + 2ed72f5 commit 1acec99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ PsySH is a runtime developer console, interactive debugger and [REPL](https://en

### [πŸ›  Configuration](https://github.com/bobthecow/psysh/wiki/Configuration)
* [πŸŽ› Config options](https://github.com/bobthecow/psysh/wiki/Config-options)
* [🎨 Themes](https://github.com/bobthecow/psysh/wiki/Themes)
* [πŸ“„ Sample config file](https://github.com/bobthecow/psysh/wiki/Sample-config)

### [πŸ”Œ Integrations](https://github.com/bobthecow/psysh/wiki/Integrations)
2 changes: 1 addition & 1 deletion src/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
class Shell extends Application
{
const VERSION = 'v0.11.8';
const VERSION = 'v0.11.9';

/** @deprecated */
const PROMPT = '>>> ';
Expand Down

0 comments on commit 1acec99

Please sign in to comment.