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-05 22:05:54 +0300
committerMatthieu Aubry <matt@piwik.org>2015-08-05 22:05:54 +0300
commit08f113d9c4edae6182bfd458e63016f49a7dd024 (patch)
tree195827bea525459bb58f2cf1ed0149b0a19e8f87
parentbc9bf7c3bbc365caecaf79b6a3bf97185a132db8 (diff)
2.14.32.14.3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1f4cee6e97..abaed5c5e4 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.3-b1';
+ const VERSION = '2.14.3';
public function isStableVersion($version)
{