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>2013-09-19 11:40:22 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-19 11:40:22 +0400
commitb258bc48b9314b982f21bff46a8d52ebf058e573 (patch)
treeac09f35823ce927ac663f58ffce46e09edf82275
parent389eec7eabb3f614b0e793e67f978ae32bfd74ca (diff)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5bc35001f2..172fe9daff 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -22,5 +22,5 @@ final class Version
* Current Piwik version
* @var string
*/
- const VERSION = '2.0-a5';
+ const VERSION = '2.0-a6';
}