From 1e351900e168d83beb5d1ffe7e16f2b9b81aa328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Thu, 7 May 2020 09:17:26 +0200 Subject: [PATCH] commit 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 43819d9bd..ed8e700ef 100644 --- a/framework/core/src/Foundation/Application.php +++ b/framework/core/src/Foundation/Application.php @@ -23,7 +23,7 @@ class Application extends Container implements ApplicationContract * * @var string */ - const VERSION = '0.1.0-beta.13'; + const VERSION = '0.1.0-beta.14-dev'; /** * The base path for the Flarum installation.