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
path: root/core
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-08-31 05:00:43 +0300
committerGitHub <noreply@github.com>2017-08-31 05:00:43 +0300
commit15efdb4e458f337cfa90c72bd47db2785cbe492a (patch)
treecb49f6b6094c230cfef8cad122ae190abd02fea6 /core
parent924805ee84a67b44f10cbaccc1f82c178d4d03e9 (diff)
3.0.5-b3
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9cdb569dda..260bca139d 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.5-b2';
+ const VERSION = '3.0.5-b3';
public function isStableVersion($version)
{