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:19:12 +0300
committerGitHub <noreply@github.com>2018-01-12 12:19:12 +0300
commita522ca435c140b232c2640409e891f549e845a0a (patch)
treec1425b86439f49262290a13182342d0814f7d192
parenta38a4cfc4389a039f3aa4d3a35f01e0123ad836d (diff)
3.3.0-rc23.3.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index dea6260731..c9ade482c8 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-rc1';
+ const VERSION = '3.3.0-rc2';
public function isStableVersion($version)
{