Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Version.php « core - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1173ead5d25b6dafb6432dfb0477d28fe75a93b1 (plain)
1
2
3
4
5
<?php

final class Piwik_Version {
	const VERSION = '0.4.1';
}