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:
authorsgiehl <stefan@piwik.org>2015-01-22 07:50:23 +0300
committersgiehl <stefan@piwik.org>2015-01-22 07:50:23 +0300
commite893fdeb4866601915292879154da586bfffdbe7 (patch)
tree88c9247cbea3c074f6c443feb762ab9d21447194 /core/Version.php
parent165c8865b6f3eb374f5140d8da7b726a0e3ba5fb (diff)
renamed update script
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 eab5ff373f..f67f64b677 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.11.0-b3';
+ const VERSION = '2.11.0-b4';
public function isStableVersion($version)
{