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>2014-08-27 18:43:34 +0400
committerMatthieu Aubry <matt@piwik.org>2014-08-27 18:43:34 +0400
commitbaf92dd481c9f19400db1b9dafb4a3220d331c19 (patch)
tree7b872767c702097c19145584038110d06291a10e
parente4bfc413a5531c2fabdc6af1bbf0c90bb96f8099 (diff)
can't be bothered to cherry pick so we'll release 2.6.0 earlier2.6.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 98d8b9c6d9..843a22004b 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.5.1-b1';
+ const VERSION = '2.6.0-b1';
}