From 032fd79df7c5104312ecbb6ff667546fcca661e2 Mon Sep 17 00:00:00 2001 From: IanM Date: Mon, 21 Oct 2024 19:30:08 +0100 Subject: [PATCH] chore: set appver to 1.8.8 --- 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.