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-03-12 05:00:47 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-12 05:00:47 +0400
commitf52299c1e8693f4853052ce945ceadeb08ea74ed (patch)
tree888bb9f8b007b8dbd895502d7d2507ea41c7d422
parent3f95a162d5017b079838ddd96dc8a71cb4d1d5fd (diff)
2.1.1-b3 will be deployed on demo
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 46b8de03c4..c7d6000a43 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.1.1-b1';
+ const VERSION = '2.1.1-b3';
}