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-01-22 12:43:12 +0300
committerGitHub <noreply@github.com>2019-01-22 12:43:12 +0300
commit7609e71041d59d2afc9616934dcd510bb60ee158 (patch)
tree24644f5826653ce9fcf0f676669e611e881ee753
parenta46e61cd2de24a67abbfeae31b730aea87c4e480 (diff)
3.8.1-b13.8.1-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1420d2343d..62ed221333 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';
+ const VERSION = '3.8.1-b1';
public function isStableVersion($version)
{