From 6cfebe381a612436135d1e04d24e49b5b3b58abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Tue, 12 Jul 2022 23:29:45 +0200 Subject: [PATCH] chore: update version constant for the v1.4 release --- 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 fe5264a0a..e29dcccaf 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.3.1'; + const VERSION = '1.4.0'; /** * The IoC container for the Flarum application.