* [MOD] Bump version number

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2020-12-20 20:46:21 +01:00
parent 4e119dee47
commit f428a8c1d6
2 changed files with 3 additions and 2 deletions

View File

@@ -60,8 +60,8 @@ final class Installer extends Service
/**
* sysPass' version and build number
*/
const VERSION = [3, 1, 3];
const VERSION_TEXT = '3.1';
const VERSION = [3, 2, 0];
const VERSION_TEXT = '3.2';
const BUILD = 20122001;
/**

View File

@@ -51,6 +51,7 @@ class SecureSessionServiceTest extends TestCase
$service = $dic->get(SecureSessionService::class);
$stub = $this->createMock(UUIDCookie::class);
$stub->method('loadCookie')
->willReturn(uniqid('', true));
$stub->method('createCookie')