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 08:20:10 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-18 08:20:10 +0300
commit5114b8329172d8d19f2e16eeb19a8ed3b72a5676 (patch)
treecec620b3565a0ab7bd07f1bc9eb655f10873fab1
parent5ab871c783e43127342f1914c8d94da8fd72177e (diff)
2.12.0-b8
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a0b103340e..d937eaafdd 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-b7';
+ const VERSION = '2.12.0-b8';
public function isStableVersion($version)
{