diff --git a/lib/Base.php b/lib/Base.php index 657789f5..09e7e361 100644 --- a/lib/Base.php +++ b/lib/Base.php @@ -57,7 +57,7 @@ define('VENDOR_PATH', APP_ROOT . DIRECTORY_SEPARATOR . 'vendor'); define('SQL_PATH', APP_ROOT . DIRECTORY_SEPARATOR . 'schemas'); define('PUBLIC_PATH', APP_ROOT . DIRECTORY_SEPARATOR . 'public'); -define('DEBUG', true); +define('DEBUG', false); // Empezar a calcular la memoria utilizada $memInit = memory_get_usage(); diff --git a/lib/SP/Services/Install/Installer.php b/lib/SP/Services/Install/Installer.php index e7d729f4..ca3a30a5 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -55,7 +55,7 @@ final class Installer extends Service * sysPass' version and build number */ const VERSION = [3, 0, 0]; - const VERSION_TEXT = '3.0-rc8'; + const VERSION_TEXT = '3.0'; const BUILD = 18122601; /**