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-09-11 15:59:55 +0300
committerGitHub <noreply@github.com>2017-09-11 15:59:55 +0300
commitc7bea894a7cbb0d70f9c22f5197123935f392475 (patch)
treedce8578dc5ff49444db1746c49e4f0bccd92b3d9
parentf08eb4a00545ef7a93fae1d797e69cfdb95c0851 (diff)
3.1.03.1.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d342fc03b4..def72d38f1 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.1.0-rc1';
+ const VERSION = '3.1.0';
public function isStableVersion($version)
{