From 06ad8f5cd0bbb81f2321f66a1f8867eabb41f221 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:30:35 +0100 Subject: [PATCH] Bump version number --- config/2fauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/2fauth.php b/config/2fauth.php index 9c5aee77..8aae6fce 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -9,7 +9,7 @@ return [ | */ - 'version' => '5.4.0', + 'version' => '5.4.1-beta', 'repository' => 'https://github.com/Bubka/2FAuth', 'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest', 'installDocUrl' => 'https://docs.2fauth.app/getting-started/installation/self-hosted-server/',