1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

chore: prepare v1.8.1 release

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2023-05-23 19:24:51 +01:00
parent 717af13bb1
commit 5437bf5c23
2 changed files with 7 additions and 1 deletions

View File

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