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
*/
const VERSION = '1.0.2-dev';
const VERSION = '1.0.2';
/**
* The IoC container for the Flarum application.