Merge pull request #1631 from nuxsmin/v3.2

Release 3.2
This commit is contained in:
RubénD
2020-12-20 20:48:51 +01:00
committed by GitHub
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')