From 7aee556a363531922064ed07b33af272b8616a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Mon, 2 Nov 2020 13:53:20 +0100 Subject: [PATCH] update version constant for beta 14.1 --- 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 6d12f3c75..10fa4448b 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 = '0.1.0-beta.14'; + const VERSION = '0.1.0-beta.14.1'; /** * The IoC container for the Flarum application.