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-02-28 18:31:34 +0300
committerGitHub <noreply@github.com>2017-02-28 18:31:34 +0300
commit615b7c64c71299118961f2a00d9ccb22fcc8b123 (patch)
treefadc3334a40ad6db837c2aef9cca5d2231ca7d95
parent4ac9f98ccc51fed7bd1b3ca5b8bfed8b73b5805a (diff)
3.0.2-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5b5e0599f3..77da2b94fb 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.2-b6';
+ const VERSION = '3.0.2-rc1';
public function isStableVersion($version)
{