1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

chore(core): bump app version (#4201)

This commit is contained in:
Davide Iadeluca
2025-03-11 19:18:05 +01:00
committed by GitHub
parent 2e5a801616
commit 2bc42a0190

View File

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