Fix patch migration

This commit is contained in:
Nicolas Le Goff
2014-09-30 16:58:35 +02:00
parent c64e1cd6df
commit 4318b0e0b5

View File

@@ -16,7 +16,7 @@ use Symfony\Component\Filesystem\Filesystem;
class patch_386alpha3a implements patchInterface
{
/** @var string */
private $release = '3.8.5-alpha.1';
private $release = '3.8.6-alpha.3';
/** @var array */
private $concern = array(base::APPLICATION_BOX);