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:
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Version.php b/core/Version.php
index 714885765a..ac1ae4cc01 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -10,17 +10,17 @@
namespace Piwik;
/**
- * Piwik version information.
+ * Matomo version information.
*
* @api
*/
final class Version
{
/**
- * The current Piwik version.
+ * The current Matomo version.
* @var string
*/
- const VERSION = '3.3.0-b1';
+ const VERSION = '3.3.0-b2';
public function isStableVersion($version)
{