1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Update version constant to 1.0.2

This commit is contained in:
David Wheatley
2021-06-06 02:09:03 +01:00
parent 688ca6ad3d
commit 571e9c95d3

View File

@@ -21,7 +21,7 @@ class Application
* *
* @var string * @var string
*/ */
const VERSION = '1.0.2-dev'; const VERSION = '1.0.2';
/** /**
* The IoC container for the Flarum application. * The IoC container for the Flarum application.