mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 23:43:12 +00:00
bump to version 3.8.6-alpha3a
This commit is contained in:
@@ -11,14 +11,9 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Core;
|
||||
|
||||
/**
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Version
|
||||
{
|
||||
protected static $number = '3.8.6-alpha.2';
|
||||
protected static $number = '3.8.6-alpha.3';
|
||||
protected static $name = 'Falcarius';
|
||||
|
||||
public static function getNumber()
|
||||
|
@@ -13,7 +13,7 @@ use Alchemy\Phrasea\Application;
|
||||
use Symfony\Component\Finder\Finder;
|
||||
use Symfony\Component\Filesystem\Filesystem;
|
||||
|
||||
class patch_385alpha1a implements patchInterface
|
||||
class patch_386alpha3a implements patchInterface
|
||||
{
|
||||
/** @var string */
|
||||
private $release = '3.8.5-alpha.1';
|
Reference in New Issue
Block a user