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>2018-01-22 05:15:08 +0300
committerGitHub <noreply@github.com>2018-01-22 05:15:08 +0300
commitae39dc93da1b27c1efc01e59d38e072c515af1ae (patch)
treef5f6f987efa89ab21767484a4372fed5a0aaf317
parente3f30fb8f498476ca9666cb26db4aabe656a7247 (diff)
3.3.1-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9916556b1c..f514abeaa9 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '3.3.0';
+ const VERSION = '3.3.1-b1';
public function isStableVersion($version)
{