From 784b738f9c4a92c42a9d8e6b85c28a82a3af0a2f Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Thu, 4 Dec 2014 12:13:08 +1300 Subject: [PATCH] 2.10.0-b3 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 0600fe25f34..86a856f3209 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,5 +20,5 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.10.0-b2'; + const VERSION = '2.10.0-b3'; }