From 91c19c69c24604a32a8ab0a5f2b29663acadaf43 Mon Sep 17 00:00:00 2001 From: ryelle Date: Tue, 8 Jun 2021 20:09:57 +0000 Subject: [PATCH] Block Editor: Ignore generated CSS files in Page List and Post Template blocks. Add SVN ignore property to match existing rule in `.gitignore`. Follow up to [51101], [51105]. See #52991, #53309. Built from https://develop.svn.wordpress.org/trunk@51109 git-svn-id: http://core.svn.wordpress.org/trunk@50718 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 7e66c00f34..5b44c6b215 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51108'; +$wp_version = '5.8-alpha-51109'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.