diff --git a/core/Version.php b/core/Version.php
index 5ceaebbbde58d216d6b11061d16bf6f09f010275..d19a150db928e1c5af87ef052b4629a489114e65 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '3.2.0-rc2';
+    const VERSION = '3.2.0';
 
     public function isStableVersion($version)
     {