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>2020-03-18 00:22:25 +0300
committerGitHub <noreply@github.com>2020-03-18 00:22:25 +0300
commite6d02078d9abf27ff521e96806a53719e7bb2bc9 (patch)
tree53a66f9c4f754e3fba2305f44528cddcdab0c4db
parent7c1d70583ba18a5ec34b691bc7ca0862b8db17a1 (diff)
3.13.4-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 80fad681ff..a9b170515d 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.13.4-b2';
+ const VERSION = '3.13.4-rc1';
public function isStableVersion($version)
{