From 956ac20c4c7eaf4403c9053a1128d2814aba1f18 Mon Sep 17 00:00:00 2001 From: IanM Date: Wed, 9 Oct 2024 10:45:06 +0100 Subject: [PATCH] chore: bump appver --- framework/core/src/Foundation/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Foundation/Application.php b/framework/core/src/Foundation/Application.php index 1f5968a52d..42e9845cf1 100644 --- a/framework/core/src/Foundation/Application.php +++ b/framework/core/src/Foundation/Application.php @@ -21,7 +21,7 @@ class Application * * @var string */ - const VERSION = '1.8.6'; + const VERSION = '1.8.7'; /** * The IoC container for the Flarum application.