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-04-19 04:26:10 +0300
committerGitHub <noreply@github.com>2019-04-19 04:26:10 +0300
commit207a94f8048d4d4a9e23666ded54f6c4d08ac410 (patch)
treee5736ad2201501f8b4052e0921fac0b511c9c6cc
parent88adb2ae862acc13bca86588dd2c53f299fb4891 (diff)
3.10.0-b13.10.0-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 e39109f3a9..30f73c7bb5 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.9.1-b1';
+ const VERSION = '3.10.0-b1';
public function isStableVersion($version)
{