From 5cd0d4f8e8dc4043cdbfcefbcc2fae8bbdafe21c Mon Sep 17 00:00:00 2001 From: QWp6t Date: Fri, 24 Nov 2023 18:22:59 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v4.0.0-beta.0?= 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 bdad862c..96f112ce 100644 --- a/src/Roots/Acorn/Application.php +++ b/src/Roots/Acorn/Application.php @@ -25,7 +25,7 @@ class Application extends FoundationApplication * * @var string */ - public const VERSION = '4.x-dev'; + public const VERSION = '4.0.0-beta.0'; /** * The custom resources path defined by the developer.