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-16 23:36:18 +0300
committerGitHub <noreply@github.com>2017-05-16 23:36:18 +0300
commit8139c3b30fef0fb17162133abdbe13952e21cd2f (patch)
tree5afe9ff6ee31d0142ddcb5e5ca8d86bd42573684
parentb00a98f9bde407eddcc1d084e8bf5f01f64ebd46 (diff)
3.0.4-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e424ffe26c..43a1226b8b 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-rc1';
+ const VERSION = '3.0.4-rc2';
public function isStableVersion($version)
{