From 74db56dbc07352c9db7b0604b000ae2a961fd332 Mon Sep 17 00:00:00 2001 From: IanM Date: Fri, 3 Oct 2025 11:17:54 +0100 Subject: [PATCH] chore: bump application ver for 1.8.11-dev testing --- 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 f116aff263..e68d92479d 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.10'; + const VERSION = '1.8.11-dev'; /** * The IoC container for the Flarum application.