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-08-16 08:03:24 +0300
committerGitHub <noreply@github.com>2017-08-16 08:03:24 +0300
commitd61d175c43c66a7baafbea3fb7e4a0cfcc4c89c6 (patch)
tree0f10872817cb7600cd107279145e301a10989b30
parentc44657a8f036ce822b6f7cf333ef127d58cf31ba (diff)
3.0.5-b23.0.5-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 4ff570be23..9cdb569dda 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.5-b1';
+ const VERSION = '3.0.5-b2';
public function isStableVersion($version)
{