1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 23:31:17 +02:00

chore: update application constant for version

This commit is contained in:
Daniël Klabbers
2022-11-10 13:48:17 +01:00
parent 1e00e3fdbb
commit bb712693d4

View File

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