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>2016-12-27 00:30:35 +0300
committerGitHub <noreply@github.com>2016-12-27 00:30:35 +0300
commit9a9c1e469c4423dc63135bdd29caaf1208df1b1c (patch)
tree4785ccc912d02e707a8762228182cd6c151a4294 /core/Version.php
parent490363a131cf23defe084ff664bb9c1db0115f71 (diff)
3.0.1-b1
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 95b6c552c4..4c3cef867f 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '3.0.1';
+ const VERSION = '3.0.1-b1';
public function isStableVersion($version)
{