diff --git a/composer.json b/composer.json index 12ef5def9ca05..6000e353dac27 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "wordpress/wordpress", - "version": "6.9.3", + "version": "6.9.4", "license": "GPL-2.0-or-later", "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org", diff --git a/package-lock.json b/package-lock.json index ee3ce3f609a6f..433697f09e5ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "WordPress", - "version": "6.9.3", + "version": "6.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "WordPress", - "version": "6.9.3", + "version": "6.9.4", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/a11y": "4.33.1", diff --git a/package.json b/package.json index 279ea7cae4748..4177c8a77e818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "6.9.3", + "version": "6.9.4", "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 1a1e069dc1e4f..53469da915af8 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9.3-src'; +$wp_version = '6.9.4-alpha-61916-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.