diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/version.php --- a/wp/wp-includes/version.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/version.php Tue Sep 27 16:37:53 2022 +0200 @@ -11,16 +11,19 @@ /** * The WordPress version string. * + * Holds the current version number for WordPress core. Used to bust caches + * and to enable development mode for scripts when running from the /src directory. + * * @global string $wp_version */ -$wp_version = '5.8.1'; +$wp_version = '6.0.2'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 49752; +$wp_db_version = 53496; /** * Holds the TinyMCE version.