1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 05:00:56 +02:00

chore: fix version constant for v1.3

This commit is contained in:
Daniël Klabbers
2022-05-10 16:09:48 +02:00
parent 316a2067b6
commit 2f64f023b2

View File

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