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 <matt@piwik.org>2015-11-26 08:03:53 +0300
committerMatthieu Aubry <matt@piwik.org>2015-11-26 08:03:53 +0300
commit22e1cf27e354e3b0094851ac9746cf76ef6e8358 (patch)
treeba588936d95ca2263a31fb5f723e927cb1f7bd7e
parent34181bd735ed6dfce33e862f3c08a8eb4cb25d7f (diff)
2.15.1-b52.15.1-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 0faa9963d5..83c8a1b12b 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.15.1-b4';
+ const VERSION = '2.15.1-b5';
public function isStableVersion($version)
{