From 32db4ac09b97ba3e28f42aedee72b2f84d3dc6fe Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Tue, 11 Jun 2013 14:29:58 +0200 Subject: [PATCH] Bump to alpha 7 --- lib/Alchemy/Phrasea/Core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index e2753c46b0..014cc5da54 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -18,7 +18,7 @@ namespace Alchemy\Phrasea\Core; */ class Version { - protected static $number = '3.8.0.a6'; + protected static $number = '3.8.0.a7'; protected static $name = 'Carnosaurus'; public static function getNumber()