Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-12-08 01:15:35 +0300
committersgiehl <stefan@piwik.org>2014-12-08 01:15:59 +0300
commit4af22dfde7e3901d83b54fbd951a54c05edb3693 (patch)
tree0d4b6559f8d610a0efc8016b619ec8fc6148e824 /core/Version.php
parent4e2205e95b13f09529d742d58dc0684119e131da (diff)
fix problem in api for fallback to old browser/os archives
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
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';
}