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-08-03 14:07:07 +0300
committerMatthieu Aubry <matt@piwik.org>2015-08-03 14:07:07 +0300
commitb91581c8402f7703e978c6cee863aef0f054573f (patch)
tree80418b0a01d246ca13462300d313268b628f0cd6
parent5535220dac62a57ea8dac8e444997c83c865c5ea (diff)
2.14.3-b12.14.3-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 1344fe2c75..1f4cee6e97 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.2';
+ const VERSION = '2.14.3-b1';
public function isStableVersion($version)
{