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-12 04:05:02 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-12 04:05:02 +0300
commit73072fc57dafb98d24ba4ea413f170733299f630 (patch)
tree41062c8e72686d7f562219f15ceb9436fb0bc8cf
parent6e2740b75ea8923ec16a5471956c987d6f580aca (diff)
2.12.0-b22.12.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 0d5a9e14b9..71c2a66f40 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-b1';
+ const VERSION = '2.12.0-b2';
public function isStableVersion($version)
{