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-16 07:58:54 +0300
committerGitHub <noreply@github.com>2020-03-16 07:58:54 +0300
commit97a9a6d244f53dbcc81396814c1a8d377d60c20f (patch)
tree8f9ffd2df9c0d45f9e64a54b848bd2fef1dd7fb3
parent155d8a6f4a76ba2cab0862b5023a1c6986573cfb (diff)
3.13.4-b23.13.4-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 79041ad54b..80fad681ff 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-b1';
+ const VERSION = '3.13.4-b2';
public function isStableVersion($version)
{