1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 08:34:19 +02:00

refactor(core): remove FLEXTYPE_VERSION const #414

This commit is contained in:
Awilum
2020-03-15 20:02:30 +03:00
parent 36c6422b17
commit 6791d0796d

View File

@@ -25,13 +25,6 @@ use function mb_language;
use function mb_regex_encoding;
use function trim;
/**
* The version of Flextype
*
* @var string
*/
define('FLEXTYPE_VERSION', '0.9.7');
/**
* Start the session
*/