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>2019-11-25 04:52:44 +0300
committerGitHub <noreply@github.com>2019-11-25 04:52:44 +0300
commit6eb407d6e00267304b059169aa805aea0a0a15af (patch)
tree0782012b0f0f1f0b1c9e2dee7bafb42981a59f08
parent4d40a3df81f6dc114f7ee324e162fa8d0f5cf686 (diff)
3.13.0-rc13.13.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 b318ddf8a3..67114ac7d2 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.0-b1';
+ const VERSION = '3.13.0-rc1';
public function isStableVersion($version)
{