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-07-14 17:56:45 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-14 17:56:45 +0300
commit3e7d69eb58619287f564889f9edeee1fee0b1775 (patch)
tree03a60ea162f984a81054661e11a660eb76f23d51
parent15fb3b6cb38d5cadaf3bc82922d33dcabf9347d3 (diff)
2.14.1-b22.14.1-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 0f941ba4a1..95d69a31e7 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.14.1-b1';
+ const VERSION = '2.14.1-b2';
public function isStableVersion($version)
{