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:
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/Version.php b/core/Version.php
index 545823c3b6..d6e1bca6ba 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -16,9 +16,9 @@
*/
final class Piwik_Version
{
- /**
- * Current Piwik version
- * @var string
- */
- const VERSION = '1.12-b1';
+ /**
+ * Current Piwik version
+ * @var string
+ */
+ const VERSION = '1.12-b1';
}