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-03-28 20:51:03 +0300
committerGitHub <noreply@github.com>2017-03-28 20:51:03 +0300
commitc21017aadd9ebd9836c94ed925b08686b686a855 (patch)
treeb42a051a3082e757b143f1f4e50326e3094e0a5e
parenta0f0eb8fa0cc86e14afeabde80d2a21a7e0122d9 (diff)
3.0.3-b23.0.3-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index aa17cb944c..119be80874 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-b1';
+ const VERSION = '3.0.3-b2';
public function isStableVersion($version)
{