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-11-19 02:50:08 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-19 02:50:08 +0300
commit066e0b4bc79a6540b50d4645d03e0c8e60ad0eba (patch)
treea86c41df73fe074cdf7c205b84c92ecf00063d70
parent882edbe63c3ad3c4f8b7351cc66d10692d1f6e43 (diff)
2.9.1-b22.9.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 488428843c..6e408eca8e 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.9.1-b1';
+ const VERSION = '2.9.1-b2';
}