* [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:
Rubén D
2019-08-21 23:51:32 +02:00
parent 5503dd8de5
commit 945ee6d307

View File

@@ -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