From 209cf8a25db44bc4c5bbc726023dba053eceac4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sevilla=20Mart=C3=ADn?= <6401250+datitisev@users.noreply.github.com> Date: Mon, 30 Sep 2019 16:57:47 -0400 Subject: [PATCH] Update Application version string to beta 11 --- 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 22a24fa64..171f910c4 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.10'; + const VERSION = '0.1.0-beta.11'; /** * The base path for the Flarum installation.