From 6791d0796dfd0dce4a0999035e5e2054d9909207 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 15 Mar 2020 20:02:30 +0300 Subject: [PATCH] refactor(core): remove FLEXTYPE_VERSION const #414 --- src/flextype/bootstrap.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/flextype/bootstrap.php b/src/flextype/bootstrap.php index d5c6765f..41b3e583 100755 --- a/src/flextype/bootstrap.php +++ b/src/flextype/bootstrap.php @@ -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 */