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-09-29 13:33:27 +0300
committerMatthieu Aubry <matt@piwik.org>2015-09-29 13:33:27 +0300
commit3cf40d355cb90b08e41259bcf9cac65dcb714d44 (patch)
tree09c7439d8190d70deabfbd10e984691f57642350
parent5ce6703c239817eaca67259586e4cadd3f66974e (diff)
2.15.0-b142.15.0-b14
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 02962a0caf..1798e41b56 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.0-b13';
+ const VERSION = '2.15.0-b14';
public function isStableVersion($version)
{