use phraseanet version 4.1.0-alpha.20a

This commit is contained in:
aynsix
2020-02-06 18:01:05 +03:00
parent 2ffed8c4d5
commit 6c1f3c3e62
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ class Version
/**
* @var string
*/
private $number = '4.1.0-alpha.21a';
private $number = '4.1.0-alpha.20a';
/**
* @var string

View File

@@ -11,10 +11,10 @@
use Alchemy\Phrasea\Application;
class patch_410alpha21a implements patchInterface
class patch_410alpha20a implements patchInterface
{
/** @var string */
private $release = '4.1.0-alpha.21a';
private $release = '4.1.0-alpha.20a';
/** @var array */
private $concern = [base::DATA_BOX];