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 <mattab@users.noreply.github.com>2017-03-01 12:35:15 +0300
committerGitHub <noreply@github.com>2017-03-01 12:35:15 +0300
commit3869b4c62b8e3e9cf5574c697385d07b29c1a187 (patch)
tree8cda692d6b0d4e0b9032e48344e0b1328afd9ac1
parent62322f33b48935cd645f02bd79b94a418e6be654 (diff)
:boom: Piwik 3.0.2 KaBOOM :boom:
https://piwik.org/changelog/piwik-3-0-2/
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 77da2b94fb..3fca643578 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '3.0.2-rc1';
+ const VERSION = '3.0.2';
public function isStableVersion($version)
{