mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [MOD] Bump version number
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user