From b8dbab954688836bafc72457a21300380e96078a Mon Sep 17 00:00:00 2001 From: dmsnell Date: Tue, 27 Aug 2024 03:44:10 +0000 Subject: [PATCH] =?UTF-8?q?Add=20Adam=20Zieli=C5=84ski=20to=20the=20mailma?= =?UTF-8?q?p=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds Adam ZieliƄski's display name to the `.mailmap` file. Developed in https://github.com/wordpress/wordpress-develop/7204 Discussed in https://core.trac.wordpress.org/ticket/61864 Follow-up to [58899]. Props dmsnell, zieladam. See #61864. Built from https://develop.svn.wordpress.org/trunk@58941 git-svn-id: http://core.svn.wordpress.org/trunk@58337 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 89f32f60e3..95c2e95a96 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58940'; +$wp_version = '6.7-alpha-58941'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.