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>2014-05-28 05:01:05 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-28 05:01:05 +0400
commit2fc3acbb0256e673df3aa3c64c67ba281f574c96 (patch)
tree331d56de0cfe28c05ebb0577c58920cd0cce5936 /core/Version.php
parent6f17795b482824a027b0f2dcfe28212d0a32901d (diff)
delete and recreate web.config files on upgrade to 2.4.0 fixes #5255
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 1649b5f908..08bea8bdb5 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.4.0-b1';
+ const VERSION = '2.4.0-b2';
}