From aefddc8bb59fd516d22b63e38143c4a8f38b142a Mon Sep 17 00:00:00 2001 From: QWp6t Date: Mon, 5 Feb 2024 19:56:43 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v4.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Roots/Acorn/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Roots/Acorn/Application.php b/src/Roots/Acorn/Application.php index eff88c64..e90ae179 100644 --- a/src/Roots/Acorn/Application.php +++ b/src/Roots/Acorn/Application.php @@ -24,7 +24,7 @@ class Application extends FoundationApplication * * @var string */ - public const VERSION = '4.x-dev'; + public const VERSION = '4.0.2'; /** * The custom resources path defined by the developer.