1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 20:04:24 +02:00

Version constant for 1.0.0 (#2885)

This commit is contained in:
Daniël Klabbers
2021-05-25 15:00:21 +02:00
committed by GitHub
parent b3de5157fe
commit 9cecbe407f

View File

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