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-08-13 19:40:39 +0300
committerMatthieu Aubry <matt@piwik.org>2015-08-13 19:40:39 +0300
commitbc495aee47fffb8c9380ce47e918ce326ef381c1 (patch)
tree756ccbf23b690cc3b650fe33d131bbda276dc4cb
parent59bce9e787c45b28f48e413672e23cae541ed797 (diff)
2.15.0-b12.15.0-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index abaed5c5e4..4856fdfc07 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.14.3';
+ const VERSION = '2.15.0-b1';
public function isStableVersion($version)
{