From 92c6f7509135e2f2029a5ef5bc3b3b65b03d3445 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sat, 8 Apr 2023 07:56:59 +1000 Subject: [PATCH] Bump to v0.11.15 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index 5b52515c..e86a61b8 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -49,7 +49,7 @@ */ class Shell extends Application { - const VERSION = 'v0.11.14'; + const VERSION = 'v0.11.15'; /** @deprecated */ const PROMPT = '>>> ';