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>2018-01-12 13:35:30 +0300
committerGitHub <noreply@github.com>2018-01-12 13:35:30 +0300
commit3966d0245ee878e52b5cef0a0c00ce46b3b6fc57 (patch)
treee3f9f457ebd3f449f7b95f7cc12efb27d268547e
parentb28d9ffa945a78c2960a1b9f181c4c307af3ff08 (diff)
:rocket: Matomo 3.3.0 :rocket:3.3.0
:tada: time to party!! :tada:
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8dfef3b5b6..9916556b1c 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '3.3.0-rc3';
+ const VERSION = '3.3.0';
public function isStableVersion($version)
{