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-05-04 11:07:49 +0300
committerGitHub <noreply@github.com>2017-05-04 11:07:49 +0300
commit456031f47d718d50a489dc8bc8abb3c462af8262 (patch)
tree7f7459b5118d99af96394c483bf756d1a0743eda
parent6955d521f473eaf2b34b874f6c6deb3b7d3412cc (diff)
3.0.4-b23.0.4-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 5c0fe9f073..50614a7fba 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-b1';
+ const VERSION = '3.0.4-b2';
public function isStableVersion($version)
{