From 3eeb65b3acdf3045844b8d903121fdf31e4d33e0 Mon Sep 17 00:00:00 2001 From: Jan Pfeil Date: Mon, 12 Aug 2024 17:34:49 +1000 Subject: [PATCH] fix typo in block-filters.md (#64452) https://github.com/WordPress/gutenberg/pull/64447#pullrequestreview-2233534636 Source: https://github.com/WordPress/gutenberg/commit/d34ddd43e227b4421cf13b0c001a21db4e0264cf --- gutenberg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gutenberg.php b/gutenberg.php index 50a7f18c..e4e23b8a 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -14,7 +14,7 @@ ### BEGIN AUTO-GENERATED DEFINES define( 'GUTENBERG_VERSION', '19.0.0' ); -define( 'GUTENBERG_GIT_COMMIT', '9c96970fdfa010b2b0b710c79c13684398b792f1' ); +define( 'GUTENBERG_GIT_COMMIT', 'd34ddd43e227b4421cf13b0c001a21db4e0264cf' ); ### END AUTO-GENERATED DEFINES gutenberg_pre_init();