From 4af22dfde7e3901d83b54fbd951a54c05edb3693 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Sun, 7 Dec 2014 23:15:35 +0100 Subject: fix problem in api for fallback to old browser/os archives --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Version.php') diff --git a/core/Version.php b/core/Version.php index 0585736f6d..4c3de8b7df 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-b4'; + const VERSION = '2.10.0-b5'; } -- cgit v1.2.3