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-10-04 23:31:56 +0300
committerGitHub <noreply@github.com>2017-10-04 23:31:56 +0300
commit06a581adbc5324da39d347cb5661761565129298 (patch)
tree6ad20c7289e52dbc69452aff7cd480fa8bfae119
parent557571b23b39e4f087cbddaa7afd5417ae11422a (diff)
3.2.0-b33.2.0-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 47cae46213..61be31eb6c 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.1.2-b2';
+ const VERSION = '3.2.0-b3';
public function isStableVersion($version)
{