From 905f5acec15f419f1d276639212bff04a9be02c6 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Sun, 21 Sep 2014 23:15:06 +1200 Subject: [PATCH] Update Version.php --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 7650d9832aa..74fe81461f2 100644 --- a/core/Version.php +++ b/core/Version.php @@ -21,5 +21,5 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.7.0-b3'; + const VERSION = '2.7.0-b4'; }