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-06-16 10:30:11 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-16 10:30:11 +0300
commit4d2f7f231d0389bbd0e19a8f467d378c1223e9fd (patch)
tree5783f7a2d451ce8191e01120255ff5b9d89266ff
parent36529f5175c36670e982940ac7488ac37908fa8b (diff)
2.14.0-b32.14.0-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 3824600572..5cb922fbc1 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.0-b2';
+ const VERSION = '2.14.0-b3';
public function isStableVersion($version)
{