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 <mattab@users.noreply.github.com>2016-11-15 18:51:38 +0300
committerGitHub <noreply@github.com>2016-11-15 18:51:38 +0300
commit28409d4c92f46ce3b250501c769bb08ebb26884c (patch)
tree645f6b3a94bf98d8af518c9605d2414b2e848d60 /core/Version.php
parent44283a6f19e4f1b2ca96e4ebacab1f2dc8eb42ed (diff)
parentff33b964f557e230f6cbcbf6ccac92cf8fe608fa (diff)
Merge pull request #10871 from piwik/3.x-dev
Piwik 3.0.0-b3 release
Diffstat (limited to 'core/Version.php')
-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)
{