mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-15 04:46:49 +01:00
* [FIX] Wrong behavior when upgrading from v3.0. Thanks to @Envikia for the feedback. Related #1401
* [MOD] Improved error code when an unknown API token is used. Thanks to @matejzero for the feedback. Closes #1429 * [FIX] Wrong behavior when changing master password and there aren't any accounts for processing. Thanks to @matejzero for the feedback. Closes #1430 Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -60,9 +60,9 @@ final class Installer extends Service
|
||||
/**
|
||||
* sysPass' version and build number
|
||||
*/
|
||||
const VERSION = [3, 1, 0];
|
||||
const VERSION = [3, 1, 1];
|
||||
const VERSION_TEXT = '3.1';
|
||||
const BUILD = 19081801;
|
||||
const BUILD = 19082101;
|
||||
|
||||
/**
|
||||
* @var DatabaseSetupInterface
|
||||
|
||||
Reference in New Issue
Block a user