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>2016-12-13 23:38:25 +0300
committerGitHub <noreply@github.com>2016-12-13 23:38:25 +0300
commit1bb383f99d3102a09babd40d86c44a14df900ce3 (patch)
tree09ac4d2ea92230bbe6c41a0488122cc4b41744c1
parent18559195a3af2970967ae50aa7225a3c1d482559 (diff)
3.0.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a341f70c92..b427fd2298 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.0-rc2';
+ const VERSION = '3.0.0-rc3';
public function isStableVersion($version)
{