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-06 02:07:17 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-06 02:07:17 +0400
commit28afb15534c4061a29dc7f9c2d58085921a97118 (patch)
tree5b876944b698f00c3b32adf01ed2ee6f80dbabb0
parent0f0d1f8ebc763abf74f5367af5c147e056f6ad7c (diff)
beta112.0.4-b11
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 03cf0a5d3e..f7619700ba 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-b10';
+ const VERSION = '2.0.4-b11';
}