bump patch to 22a

This commit is contained in:
Jean-Yves Gaulier
2020-02-10 11:39:42 +01:00
parent 5f7ca7c9a6
commit 211ba02f59
2 changed files with 3 additions and 3 deletions

View File

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