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:
authorMatthieu Aubry <matt@piwik.org>2015-03-16 08:31:55 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-16 08:31:55 +0300
commit47a61c1ad87c9208db5a673346bb762cec7bf32f (patch)
tree3bec08368e57e81d68d92df9fd2daac5fddd1341
parent20e002f56268de91db6eeb86dce92591bc387c05 (diff)
2.12.0-b52.12.0-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 38aa0ff562..f9c367e4e4 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.12.0-b4';
+ const VERSION = '2.12.0-b5';
public function isStableVersion($version)
{