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-01-10 01:11:10 +0300
committerGitHub <noreply@github.com>2017-01-10 01:11:10 +0300
commit92a00c6c920d4f2d5de5f7bd0abbc832fae74b30 (patch)
treea183b3db0c068dc122efb3ac22c37a15a78e0a5a
parent1b41ba442308c848c397b31fb2498f00007906c6 (diff)
3.0.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 38775dd33e..95b6c552c4 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.1-b3';
+ const VERSION = '3.0.1';
public function isStableVersion($version)
{