From eeb8fe1443b98f5f622ca52b4a02732f62d1aa77 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Sun, 6 Jun 2021 02:09:03 +0100 Subject: [PATCH] Update version constant to 1.0.2 --- src/Foundation/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation/Application.php b/src/Foundation/Application.php index a6255ff44..2aebf1415 100644 --- a/src/Foundation/Application.php +++ b/src/Foundation/Application.php @@ -21,7 +21,7 @@ class Application * * @var string */ - const VERSION = '1.0.2-dev'; + const VERSION = '1.0.2'; /** * The IoC container for the Flarum application.