From 336d8e657442de4d1a5819d2962c587a214b9a8c Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 24 Feb 2022 18:17:15 -0800 Subject: [PATCH] Updated version --- config/version.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/version.php b/config/version.php index 5466170785..0b61af7e86 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ 'v5.3.10', - 'full_app_version' => 'v5.3.10 - build 6684-g05c081977', - 'build_version' => '6684', + 'app_version' => 'v5.4.0', + 'full_app_version' => 'v5.4.0 - build 6685-dfbff274839', + 'build_version' => '6685', 'prerelease_version' => '', - 'hash_version' => 'g05c081977', - 'full_hash' => 'v5.3.10-1-g05c081977', + 'hash_version' => 'dfbff274839', + 'full_hash' => 'v5.4.0-1-dfbff274839', 'branch' => 'master', -); \ No newline at end of file +);