diff --git a/wp-admin/js/updates.js b/wp-admin/js/updates.js index 45911870f1..fc457a6236 100644 --- a/wp-admin/js/updates.js +++ b/wp-admin/js/updates.js @@ -2294,7 +2294,7 @@ /** * Trigger a search event when the "Try Again" button is clicked. * - * @since 4.8.0 + * @since 4.9.0 */ $document.on( 'click', '.try-again', function( event ) { event.preventDefault(); diff --git a/wp-includes/version.php b/wp-includes/version.php index c11d592052..228f45024b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41608'; +$wp_version = '4.9-alpha-41609'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.