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 11:29:00 +0300
committerGitHub <noreply@github.com>2018-01-12 11:29:00 +0300
commit8b5d6748f27bf2162b0cbc52e39b19d40b7c106b (patch)
tree8bcce4620bab2b975826c190ffaae3d1178b59bf
parent8389a2470a4cb119e298131bff550de3af9ccec4 (diff)
3.3.0-rc13.3.0-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ac1ae4cc01..dea6260731 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-b2';
+ const VERSION = '3.3.0-rc1';
public function isStableVersion($version)
{