wp/wp-includes/version.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- 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.