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-12-27 14:27:26 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-27 14:27:26 +0400
commite99373aa29ac5c744a1b86877bf2c11dfe7ab5de (patch)
tree43af997014244a3ea086a7409f1c13cee841a8de
parent648d48980cd7799b27a2f25e2465b7643aaa7c26 (diff)
b3 to fix demo2.0.3-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index b9acfdf302..a74ae5e4fa 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.3-b2';
+ const VERSION = '2.0.3-b3';
}