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>2017-01-07 10:48:26 +0300
committerGitHub <noreply@github.com>2017-01-07 10:48:26 +0300
commit978a3666f2d692d118add68273b86960239864fb (patch)
treecf1710a454c8d1685e1e992748a35aebd9a146ca /core/Version.php
parent0fc30b669e175223b335cb8ecc477d19d3105700 (diff)
3.0.1-b3
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 a1ef6e4d87..38775dd33e 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-b2';
+ const VERSION = '3.0.1-b3';
public function isStableVersion($version)
{