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-11-17 03:30:47 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-17 03:30:47 +0300
commit067b1e8653cda177a5c9ee0420044c00601864f0 (patch)
tree47fdb2408d2df23f6022ee4d1defa76e382e227c
parentc1ca026c3f0e2212b3a13f7d3aa71b13344252bc (diff)
2.9.1-b12.9.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 fa7f0f29b7..488428843c 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.9.0';
+ const VERSION = '2.9.1-b1';
}