From f07a6907f2cfebb8ab96a82cbc6ae293cfd51be0 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 22 May 2023 22:31:03 -0400 Subject: [PATCH] Bump to v0.11.18 --- src/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell.php b/src/Shell.php index 70d65d36..00e06904 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -49,7 +49,7 @@ */ class Shell extends Application { - const VERSION = 'v0.11.17'; + const VERSION = 'v0.11.18'; /** @deprecated */ const PROMPT = '>>> ';