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-04-26 09:51:17 +0300
committerGitHub <noreply@github.com>2017-04-26 09:51:17 +0300
commit199e43ef5809d09803416db72ce0ace6c9a4d895 (patch)
treeefc28c578903563cd72d8436dbefcec32ab161c7
parentebe26272e00035e2d0dcc1e93eb2680624a5981c (diff)
3.0.4-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 93f5b9c95c..5c0fe9f073 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.3';
+ const VERSION = '3.0.4-b1';
public function isStableVersion($version)
{