Update version constant to 1.0.2

This commit is contained in:
David Wheatley 2021-06-06 02:09:03 +01:00
parent 11b1ab5932
commit eeb8fe1443

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.