chore: update version constant for the v1.4 release

This commit is contained in:
Daniël Klabbers 2022-07-12 23:29:45 +02:00
parent 8ab2827f4c
commit 6cfebe381a

View File

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