From 945ee6d3072242c3af76c7662f6eb2022dd0dfd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Wed, 21 Aug 2019 23:51:32 +0200 Subject: [PATCH] * [FIX] Wrong behavior when upgrading from v3.0. Thanks to @Envikia for the feedback. Related #1401 * [MOD] Improved error code when an unknown API token is used. Thanks to @matejzero for the feedback. Closes #1429 * [FIX] Wrong behavior when changing master password and there aren't any accounts for processing. Thanks to @matejzero for the feedback. Closes #1430 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- lib/SP/Services/Install/Installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/SP/Services/Install/Installer.php b/lib/SP/Services/Install/Installer.php index c27dfb94..3c4c38e2 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -60,9 +60,9 @@ final class Installer extends Service /** * sysPass' version and build number */ - const VERSION = [3, 1, 0]; + const VERSION = [3, 1, 1]; const VERSION_TEXT = '3.1'; - const BUILD = 19081801; + const BUILD = 19082101; /** * @var DatabaseSetupInterface