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 <matt@piwik.org>2015-04-30 05:32:07 +0300
committerMatthieu Aubry <matt@piwik.org>2015-04-30 05:32:07 +0300
commitb436c88a09e914b59303acfb1069c347ab516ab9 (patch)
tree78cdd9a2348b5b744fefa5368b155d7417179460
parent5b957666bcccf19ae64fbd64b010f788db59356c (diff)
2.13.0 - Kaboom!
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 45ad93dd0e..4f5103a464 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.13.0-rc3';
+ const VERSION = '2.13.0';
public function isStableVersion($version)
{