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:
authorKévin Subileau <github@kevinsubileau.fr>2016-12-26 20:44:10 +0300
committerKévin Subileau <github@kevinsubileau.fr>2016-12-26 22:16:06 +0300
commit94c3ab8bc97f29c61c1b56dc5512660ff667cf8e (patch)
tree6578a166592a9d75051eb287c8e06f063d45d4e3 /core/Version.php
parent36dc084606c71d924791ec53b38cb59d3f771813 (diff)
Recreate web.config files on next upgrade to enable woff files
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 964c773ece..95b6c552c4 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.0';
+ const VERSION = '3.0.1';
public function isStableVersion($version)
{