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-12-27 04:21:36 +0300
committerGitHub <noreply@github.com>2017-12-27 04:21:36 +0300
commitda786ed6678eb468fb9d20d6a26f652be9a1f400 (patch)
treec6e90f1a5724d39ebeca36870a2edfb9c6f72814
parent309b7308c04aabd8c270032ed2507c358fad9079 (diff)
3.3.0-b13.3.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 384b454148..714885765a 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.2.1';
+ const VERSION = '3.3.0-b1';
public function isStableVersion($version)
{