1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 06:41:21 +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 99ecc6f917
commit db7c7911d4

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.