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-05-24 17:27:46 +0300
committerGitHub <noreply@github.com>2018-05-24 17:27:46 +0300
commit1e0787e62f4d825416ceef00bb8276d459b0109b (patch)
treea6ca74c609497dc09ae01a79d0fa053bb4140459
parent61bf67bdb87f59fd098e0206417f50efb1f9bac7 (diff)
3.5.1-b23.5.1-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 1ea161a17c..b61d92065f 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.5.1-b1';
+ const VERSION = '3.5.1-b2';
public function isStableVersion($version)
{