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-12-18 02:53:23 +0300
committerGitHub <noreply@github.com>2018-12-18 02:53:23 +0300
commitbee4975cd64b3ee87508e683e3af88a75aa7e24a (patch)
tree243832a74bb0a7a2d2eda54adf68ee4857e905b6
parenta8afbc8b5b14fbaa20062d82440dcb2b77b173b0 (diff)
3.8.0-b53.8.0-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e554c08219..c563bbcc66 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.8.0-b4';
+ const VERSION = '3.8.0-b5';
public function isStableVersion($version)
{