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-19 03:50:11 +0300
committerGitHub <noreply@github.com>2016-12-19 03:50:11 +0300
commit4345bd07e36b55506c44d66b5f164ba4f6bee807 (patch)
tree2aab4e9466af772edddd0c75216d72029578390b /core/Version.php
parentc5de13dd831e4e96992d0873fcaa33b289bd216d (diff)
:boom: :sparkles: Piwik 3.0.0 :sparkles: :boom:
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 3f8ba3758d..964c773ece 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-rc4';
+ const VERSION = '3.0.0';
public function isStableVersion($version)
{