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 04:20:44 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-27 04:20:44 +0400
commit5afcb47215af7f1a0300b9246e43f801a791745f (patch)
tree5a847888ec065fd06c0109535e181e6690fd01dc
parentb839389a0e3de28c780998a46bab567c59d42627 (diff)
New version to update docs on http://piwik.org/docs/tracking-api/2.0.3-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9a51b5b240..9db032ba9d 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.2';
+ const VERSION = '2.0.3-b1';
}