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-19 10:52:39 +0300
committerGitHub <noreply@github.com>2017-02-19 10:52:39 +0300
commit35e9fbfb96c407b7e677e8a08d3e2a136966de05 (patch)
tree71cfe8d9a212c94b3ae43ebc60cb048a66f145ea /core/Version.php
parent0e16aaeab9e488237fd7246d4c710dd0063386f0 (diff)
3.0.2-b4
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5ea6640627..787dff1b06 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-b3';
+ const VERSION = '3.0.2-b4';
public function isStableVersion($version)
{