change patch number

This commit is contained in:
Jean-Yves Gaulier
2020-02-06 16:25:40 +01:00
parent 3b8d75d39d
commit c7fc2b6422

View File

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