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>2015-04-10 03:10:51 +0300
committerMatthieu Aubry <matt@piwik.org>2015-04-10 03:10:51 +0300
commit96be0c46c01a3081b9fa82fd9aabab6af652ab50 (patch)
tree5c7c1c97fdce37f1de8a0097354d7ed7a645ab20
parent113b4f638d6448b3682f2e7ca68d3198e76c0694 (diff)
2.13.0-b22.13.0-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 67c8215c61..b5921a9617 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.13.0-b1';
+ const VERSION = '2.13.0-b2';
public function isStableVersion($version)
{