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-26 07:06:15 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-26 07:06:15 +0400
commit6871bbcbc330134f8397e7207289db5b023eccb0 (patch)
treefe1fd6932502ad34f37b605f65e6caf0d2dd15f7
parent24a45dee285d1c44ae38e5e1baa7773b1eb7bc6a (diff)
2.3.0 KABOOM2.3.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 6bfdfb97c7..99db69578c 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.3.0-rc4';
+ const VERSION = '2.3.0';
}