1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

chore: v2.0.0-beta.2

This commit is contained in:
Sami Mazouz
2025-01-17 09:44:27 +01:00
parent 48ec73f86e
commit ac6133a768
23 changed files with 48 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ class Application extends IlluminateContainer implements LaravelApplication
*
* @var string
*/
const VERSION = '2.0.0-beta.1';
const VERSION = '2.0.0-beta.2';
protected bool $booted = false;