diff --git a/wp-includes/html-api/class-wp-html-processor-state.php b/wp-includes/html-api/class-wp-html-processor-state.php
index 75ad0a11c5..ab75041bee 100644
--- a/wp-includes/html-api/class-wp-html-processor-state.php
+++ b/wp-includes/html-api/class-wp-html-processor-state.php
@@ -50,7 +50,7 @@ class WP_HTML_Processor_State {
/**
* Before HTML insertion mode for full HTML parser.
*
- * @since 6.4.0
+ * @since 6.7.0
*
* @see https://html.spec.whatwg.org/#the-before-html-insertion-mode
* @see WP_HTML_Processor_State::$insertion_mode
diff --git a/wp-includes/version.php b/wp-includes/version.php
index b30d9a2ca0..fed502578b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.7-alpha-58679';
+$wp_version = '6.7-alpha-58680';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.