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-24 00:42:15 +0300
committerGitHub <noreply@github.com>2017-01-24 00:42:15 +0300
commitc814ce7dc60a1851f9f65a50d422383ad2cc0993 (patch)
tree7416c87380db055948e2bda03086fd370d1bc7ba
parent26d07fc4a91f2d678a70e5b73ef485ef3e1460a0 (diff)
3.0.2-b23.0.2-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d6599b1138..953e3b47cb 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.2-b1';
+ const VERSION = '3.0.2-b2';
public function isStableVersion($version)
{