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-01-03 03:38:59 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-03 03:38:59 +0400
commitfe71b59b9cd41cecc09644ba5b5736dc132dcf1d (patch)
tree622c79983b4a21448d2cab95067aed475e3e5498
parent0bcd03b092a80a6004a1dc442d34b58230948e04 (diff)
beta 42.0.3-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a74ae5e4fa..93ba2e4b03 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-b3';
+ const VERSION = '2.0.3-b4';
}