From db738da3a10559274b061b9f2bba342f1b40f356 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Wed, 26 Apr 2023 08:53:50 -0400 Subject: [PATCH] Bump to v0.11.16 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index e86a61b8..cdb1d333 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -49,7 +49,7 @@ */ class Shell extends Application { - const VERSION = 'v0.11.15'; + const VERSION = 'v0.11.16'; /** @deprecated */ const PROMPT = '>>> ';