From 0403a01c7fc14ab0aa37411ed2dbe51273c04953 Mon Sep 17 00:00:00 2001 From: QWp6t Date: Thu, 13 Jun 2024 11:15:26 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v5.0.0-alpha.1?= 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 ede996ff..c9a5b554 100644 --- a/src/Roots/Acorn/Application.php +++ b/src/Roots/Acorn/Application.php @@ -29,7 +29,7 @@ class Application extends FoundationApplication * * @var string */ - public const VERSION = '5.x-dev'; + public const VERSION = '5.0.0-alpha.1'; /** * The custom resource path defined by the developer.