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 12:46:34 +0300
committerGitHub <noreply@github.com>2018-01-12 12:46:34 +0300
commitb28d9ffa945a78c2960a1b9f181c4c307af3ff08 (patch)
treef064d292aa8bc42bc58b30a759092b51f89e1d52
parenta3cd6446f0e1009a050cbd1288091abe8ac07238 (diff)
3.3.0-rc33.3.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c9ade482c8..8dfef3b5b6 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-rc2';
+ const VERSION = '3.3.0-rc3';
public function isStableVersion($version)
{