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-07-28 01:15:10 +0300
committerGitHub <noreply@github.com>2017-07-28 01:15:10 +0300
commitc6cd2384e4f019aace4359117423dac2fe621d38 (patch)
tree87515dc75c99c5f724f1c1cbb19a31f1fbaa5790
parent978b18e2ba905dffd9c24e9feb0ebcbd3c37813d (diff)
3.0.5-b13.0.5-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 a04ecb88f4..4ff570be23 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';
+ const VERSION = '3.0.5-b1';
public function isStableVersion($version)
{