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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-10 06:01:09 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-10 06:01:09 +0400
commit447d3d257731d01b2eb80605a68f1130a370a605 (patch)
tree965f4ba7139d4b96a4a8a7851564c5e2549c88b1 /core
parentdbe6a590a66e218bf029f9c8bb4eded830523c63 (diff)
res #5940 I have to increase the version number to require this version in the other plugins
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 1cc7dcabc9..3771851c31 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.8.0-b2';
+ const VERSION = '2.8.0-b3';
}