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-04 00:25:58 +0300
committerGitHub <noreply@github.com>2017-04-04 00:25:58 +0300
commita6be17ebdfdaf76a05146e2af5b5508d97ae1914 (patch)
tree35cd94007aefe04b244ee127dbcbb3874fffba86
parentf10b98a306f101b3684ec77574596d4fdaf7dd26 (diff)
3.0.3-rc13.0.3-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 119be80874..ba881f2a12 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-b2';
+ const VERSION = '3.0.3-rc1';
public function isStableVersion($version)
{