From cc1d2aaade88e4b3f100e4c77e417140b2429804 Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:50:41 +0100 Subject: [PATCH] chore: set appver to 1.8.8 (#4084) --- 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 42e9845cf1..aaaa00f100 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.7'; + const VERSION = '1.8.8'; /** * The IoC container for the Flarum application.