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-05-17 02:22:24 +0300
committerGitHub <noreply@github.com>2017-05-17 02:22:24 +0300
commit374dc8ee556eb51d95e6f04f2b910d326af554a1 (patch)
treeaa8236dc82a4ed0805dbb1f82e63e3e649c9d084
parent8139c3b30fef0fb17162133abdbe13952e21cd2f (diff)
:tada: :boom: Piwik Analytics 3.0.4 :boom: :tada:3.0.4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 43a1226b8b..a04ecb88f4 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.4-rc2';
+ const VERSION = '3.0.4';
public function isStableVersion($version)
{