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-01-11 02:25:08 +0300
committerGitHub <noreply@github.com>2018-01-11 02:25:08 +0300
commit0fb296664f9b27b0754cf23d06fcd72ed78b4d8f (patch)
treebba1c912f86b06e09f7af6d8e2bdf0e081a60739
parent07adf0ac04dfb8f35be41d9add1855b6e646f8db (diff)
First Matomo beta!3.3.0-b2
-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)
{