Bump to alpha6

This commit is contained in:
Romain Neutron
2013-05-28 20:03:49 +02:00
parent 5b33f0f5b9
commit 51fead6dc4
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ namespace Alchemy\Phrasea\Core;
*/
class Version
{
protected static $number = '3.8.0.a5';
protected static $number = '3.8.0.a6';
protected static $name = 'Carnosaurus';
public static function getNumber()

View File

@@ -10,13 +10,12 @@
*/
use Alchemy\Phrasea\Application;
use Entities\AuthFailure;
use Symfony\Component\Yaml\Yaml;
class patch_3806 implements patchInterface
{
/** @var string */
private $release = '3.8.0.a5';
private $release = '3.8.0.a6';
/** @var array */
private $concern = array(base::APPLICATION_BOX);