From b4b56a120cae833d306e882abdc2ab16e8b6750f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Tue, 20 Oct 2020 16:34:23 +0200 Subject: [PATCH] update version constant --- 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 ffc350256..6d12f3c75 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-dev'; + const VERSION = '0.1.0-beta.14'; /** * The IoC container for the Flarum application.