From 8a52d746e9bb85604f6a309a87d22296ce1c4280 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 11 Feb 2025 17:24:18 +0000 Subject: [PATCH] Post 6.7.2 release bump. The 6.7 branch is now 6.7.3-alpha git-svn-id: https://develop.svn.wordpress.org/branches/6.7@59811 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 4 ++-- package.json | 2 +- src/wp-includes/version.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75a5009fb451a..2ec3d3156479b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "WordPress", - "version": "6.7.2", + "version": "6.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "WordPress", - "version": "6.7.2", + "version": "6.7.3", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/a11y": "4.8.2", diff --git a/package.json b/package.json index 294e173a43220..a8661667c2461 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "6.7.2", + "version": "6.7.3", "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 c2462352ce627..a79c525cb0dd1 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7.2-src'; +$wp_version = '6.7.3-alpha-59811-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.