diff --git a/gutenberg.php b/gutenberg.php
index f9b8ca3e52cb5b..fa23b016d33479 100644
--- a/gutenberg.php
+++ b/gutenberg.php
@@ -5,7 +5,7 @@
* Description: Printing since 1440. This is the development plugin for the new block editor in core.
* Requires at least: 5.7
* Requires PHP: 5.6
- * Version: 12.3.1
+ * Version: 12.3.2
* Author: Gutenberg Team
* Text Domain: gutenberg
*
diff --git a/package-lock.json b/package-lock.json
index fc10d2da1eca4f..ce19399cab6f88 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "gutenberg",
- "version": "12.3.1",
+ "version": "12.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9a5f0d924c21cb..d5f8ebb4807a32 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gutenberg",
- "version": "12.3.1",
+ "version": "12.3.2",
"private": true,
"description": "A new WordPress editor experience.",
"author": "The WordPress Contributors",
diff --git a/readme.txt b/readme.txt
index f0474ca6551d44..0acd41fd3292c6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -56,4 +56,4 @@ The four phases of the project are Editing, Customization, Collaboration, and Mu
== Changelog ==
-To read the changelog for Gutenberg 12.3.1, please navigate to the release page.
+To read the changelog for Gutenberg 12.3.2, please navigate to the release page.