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-05-14 15:16:46 +0300
committerMatthieu Aubry <matt@piwik.org>2015-05-14 15:16:46 +0300
commitcae347fa1e6a83e0e3d4dd2cd8fd54575972ac11 (patch)
tree253ab741464c0b7e1880535b988004966a58d1c8
parente0f1fd541b27991c45c50fffe42cb0b184ab9b57 (diff)
2.14.0-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index fc65fe829f..4060011f1f 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.13.1';
+ const VERSION = '2.14.0-b1';
public function isStableVersion($version)
{