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-09 11:36:01 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-09 11:36:01 +0400
commitb88cc071e2029f194e9c212196f88735c5f31c43 (patch)
tree858f29d0fe7caccd555c91fa062b52abc48814c9
parent944e336e3f2fb46555922b8d45f14c91021fb17a (diff)
2.0.3-b6 with bug fix2.0.3-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e05e98a217..11dc4bd1b7 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-b5';
+ const VERSION = '2.0.3-b6';
}