From 29b56c5e3538c359644bdbefb1a6ffd535d1daba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Sat, 20 Jul 2019 23:41:15 +0200 Subject: [PATCH] * [MOD] Update version & build number 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 d0463399..0a22725e 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -61,8 +61,8 @@ final class Installer extends Service * sysPass' version and build number */ const VERSION = [3, 1, 0]; - const VERSION_TEXT = '3.1-RC4'; - const BUILD = 19052503; + const VERSION_TEXT = '3.1-RC5'; + const BUILD = 19072001; /** * @var DatabaseSetupInterface