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-02-21 14:23:33 +0300
committerGitHub <noreply@github.com>2017-02-21 14:23:33 +0300
commita6b8594917420809533303f58bd162359e6c838a (patch)
tree90d3da2dad9dc363f1448e66b734668cca7c82cc
parentd1cc6aa39a5b2c83a397d9ab56b00ab3d5d5fa9f (diff)
3.0.2-b53.0.2-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 787dff1b06..84a188f1f5 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-b4';
+ const VERSION = '3.0.2-b5';
public function isStableVersion($version)
{