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-18 05:35:31 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-18 05:35:31 +0300
commit3c242822913113986005648efe9c7298e0f3ffa7 (patch)
tree21f3b32db2ecbddbb08a79a5804b7f28b8d0a7d0
parentc3bc0113fe3043b53ff6a96e766c2fc8dc0f1229 (diff)
2.12.0-b62.12.0-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f9c367e4e4..a26120c5f4 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-b5';
+ const VERSION = '2.12.0-b6';
public function isStableVersion($version)
{