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-11-19 07:34:24 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-19 07:34:24 +0400
commit8a3858e6eba09cde12fc116205ebe3aeea4d2b72 (patch)
treedf98bd99e995b12a164f2f0145f782dd243465f2
parent287b9ea8d778633354835d90a01935ec43a91e8d (diff)
2.0-b7 to fix bug in archive.php2.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 63535a5518..90c4708ce1 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -24,5 +24,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.0-b6';
+ const VERSION = '2.0-b7';
}