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
path: root/core
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-05-09 12:41:27 +0300
committerGitHub <noreply@github.com>2017-05-09 12:41:27 +0300
commit125d502da360f84476ae22a5249ab3db3045d3dd (patch)
tree74576c62377b8658012131860920d161525b75b8 /core
parentbaff589b91fd1af70c32b4282c71c4fa3b03697c (diff)
3.0.4-b3
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 50614a7fba..6c175843e0 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.4-b2';
+ const VERSION = '3.0.4-b3';
public function isStableVersion($version)
{