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>2016-11-15 18:34:02 +0300
committermattab <matthieu.aubry@gmail.com>2016-11-15 18:34:02 +0300
commitff33b964f557e230f6cbcbf6ccac92cf8fe608fa (patch)
tree645f6b3a94bf98d8af518c9605d2414b2e848d60
parenta6464673389f84a5d87b2ba46d8e93aa69254bbc (diff)
3.0.0-b33.0.0-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9a9fee75b4..d70cd0b1f2 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '3.0.0-b2';
+ const VERSION = '3.0.0-b3';
public function isStableVersion($version)
{