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-04-30 12:32:12 +0300
committerGitHub <noreply@github.com>2018-04-30 12:32:12 +0300
commit65b912277baab9165f7c6fcf40159d72ef7b4211 (patch)
tree035f2f7d1500eff81423b22f83a9282cff6b1b8d
parenta94309570b18a63b908dc94e9dec4aa173fcd459 (diff)
3.5.0-b33.5.0-b3
will build using the updated packaging by @aureq
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 81fd4c92c8..4767a4079d 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.0-b2';
+ const VERSION = '3.5.0-b3';
public function isStableVersion($version)
{