From 4f9431e7bc75dd5265cf727141aaee723ad9e4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Sun, 28 Apr 2019 15:35:54 +0200 Subject: [PATCH] * [FIX] Wrong PHP version comparison 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SP/Services/Install/Installer.php b/lib/SP/Services/Install/Installer.php index a951384b..9116fe43 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -62,7 +62,7 @@ final class Installer extends Service */ const VERSION = [3, 1, 0]; const VERSION_TEXT = '3.1-RC1'; - const BUILD = 19042701; + const BUILD = 19042801; /** * @var DatabaseSetupInterface