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 06:11:51 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-18 06:11:51 +0300
commitc512602b328f9eb4b3eaedb390f8636dda4e351c (patch)
treeacea22b6d56d539037edb6571076cee05a27604a
parent3f541b6013150fbd15fb76e8448e8c07d04b9c5e (diff)
2.12.0-b72.12.0-b7
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a26120c5f4..a0b103340e 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-b6';
+ const VERSION = '2.12.0-b7';
public function isStableVersion($version)
{