From 958cd3a9648126e5f7b5d598d5ba7687c0c0885f Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Thu, 26 Aug 2021 13:20:56 +0000 Subject: [PATCH] Coding Standards: Update the config for `WordPress.PHP.NoSilencedErrors` in PHPCS ruleset. Follow-up to [45611]. Props jrf, hellofromTonya. See #53359. Built from https://develop.svn.wordpress.org/trunk@51658 git-svn-id: http://core.svn.wordpress.org/trunk@51264 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 2c617aa00f..11fcb44e87 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51657'; +$wp_version = '5.9-alpha-51658'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.