From 96eaeacd58ffaf89d11412d022f3180948545f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Wed, 25 May 2022 07:16:17 +0200 Subject: [PATCH] chore: Bump version. 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 4384b4a8..dfa9ed90 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, 2, 2]; + const VERSION = [3, 2, 3]; const VERSION_TEXT = '3.2'; - const BUILD = 21031301; + const BUILD = 22052501; /** * @var DatabaseSetupInterface