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>2014-06-23 09:13:43 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-23 09:13:43 +0400
commitf9f622a0ac421d1cfb0c9080b4fb7c7612de23b8 (patch)
tree147ec8509859841020c17c0286088c55f51302a9
parent5963d92f51b0774efded527cef5ff06c722a0d24 (diff)
2.4.0-b72.4.0-b7
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 358d0ee45c..afdc38f7b5 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.4.0-b6';
+ const VERSION = '2.4.0-b7';
}