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:
authormattab <matthieu.aubry@gmail.com>2015-01-07 07:11:11 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-07 07:11:11 +0300
commit52c93bb14223d6f34f8fffd109e74d718641c378 (patch)
treeda3adc8d9f072117d08368465be33c22c89f3f47 /core/Version.php
parentf8ef2532e1ebcc5c00c9492f504875022eee4f9a (diff)
increasing version to 2.11.0-b1
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 16b80f918d..89f6c57a0c 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.10.0';
+ const VERSION = '2.11.0-b1';
}