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:
authorMatthieu Aubry <matt@piwik.org>2014-10-20 08:41:36 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-20 08:41:36 +0400
commite2a09b3e961d08c99ebc8de28070c45fa8705cca (patch)
tree9c236b649a1935d9a0b2361e95081f4662a60fa1
parent0e2eb58a7cd086a36b9b9b2e29c5bc8c1f87fef5 (diff)
2.8.1-b2 - testing #64452.8.1-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index cf8f2f3518..8c6b6e1939 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.8.1-b1';
+ const VERSION = '2.8.1-b2';
}