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-02-05 16:28:26 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-05 16:28:26 +0400
commitb89da425d22dfa6b58e003d97a5ca948d306e9d7 (patch)
treedf98544610c050533f1854b9a42fa338a29c6aba
parent33803a3595e9c271e66a467430dd0bf56f3da84c (diff)
beta102.0.4-b10
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 7fddd8ef81..03cf0a5d3e 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.0.4-b9';
+ const VERSION = '2.0.4-b10';
}