From 8b74791ed3f2450bd126bcb616b5ffbe65ef56ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Sun, 20 Jan 2019 11:24:58 +0100 Subject: [PATCH] * [MOD] Bump version&build numbers 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 ca3a30a5..86b16d0d 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -54,9 +54,9 @@ final class Installer extends Service /** * sysPass' version and build number */ - const VERSION = [3, 0, 0]; + const VERSION = [3, 0, 1]; const VERSION_TEXT = '3.0'; - const BUILD = 18122601; + const BUILD = 19200101; /** * @var DatabaseSetupInterface