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-19 07:01:08 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-19 07:01:08 +0300
commit21c5f333946b9c62c1365e8e6c15a7fa75504d6f (patch)
tree3c8280110e2cf3339e6b67ba66d90587a972318a
parent64ecb604b1097250b3a148bcb529c2dd2052475a (diff)
2.14.0-b42.14.0-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5cb922fbc1..13dd75c677 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-b3';
+ const VERSION = '2.14.0-b4';
public function isStableVersion($version)
{