diff --git a/admin/class-gutenberg-compatibility.php b/admin/class-gutenberg-compatibility.php index 05c9babc88d..2636b84426a 100644 --- a/admin/class-gutenberg-compatibility.php +++ b/admin/class-gutenberg-compatibility.php @@ -15,14 +15,14 @@ class WPSEO_Gutenberg_Compatibility { * * @var string */ - const CURRENT_RELEASE = '16.4.0'; + const CURRENT_RELEASE = '16.5.1'; /** * The minimally supported version of Gutenberg by the plugin. * * @var string */ - const MINIMUM_SUPPORTED = '16.4.0'; + const MINIMUM_SUPPORTED = '16.5.1'; /** * Holds the current version.