bump to version 4.1.0-alpha.23a

This commit is contained in:
aynsix
2020-02-19 10:43:23 +03:00
parent ff9d1da3df
commit 24d85bb499
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -14,7 +14,7 @@ use Alchemy\Phrasea\Application;
class patch_410alpha20a implements patchInterface
{
/** @var string */
private $release = '4.1.0-alpha.20a';
private $release = '4.1.0-alpha.23a';
/** @var array */
private $concern = [base::APPLICATION_BOX];