* [MOD] Bump version number

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
nuxsmin
2019-01-01 23:55:51 +01:00
committed by Rubén D
parent 36a57c82b8
commit f8ce21c822
2 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -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;
/**