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
path: root/core
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-04-04 14:57:01 +0300
committerGitHub <noreply@github.com>2017-04-04 14:57:01 +0300
commite33674ec3acb5dc71411d84a0b388892eb182b09 (patch)
tree068d6b02899c989e269769a8d8109b55bfdd1298 /core
parenta6be17ebdfdaf76a05146e2af5b5508d97ae1914 (diff)
Piwik 3.0.3 release
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ba881f2a12..93f5b9c95c 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-rc1';
+ const VERSION = '3.0.3';
public function isStableVersion($version)
{