--- a/wp/wp-includes/version.php Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/version.php Wed Sep 21 18:19:35 2022 +0200
@@ -5,7 +5,7 @@
* Contains version information for the current WordPress release.
*
* @package WordPress
- * @since 1.1.0
+ * @since 1.2.0
*/
/**
@@ -13,21 +13,21 @@
*
* @global string $wp_version
*/
-$wp_version = '5.5.1';
+$wp_version = '5.8.1';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
-$wp_db_version = 48748;
+$wp_db_version = 49752;
/**
* Holds the TinyMCE version.
*
* @global string $tinymce_version
*/
-$tinymce_version = '49100-20200624';
+$tinymce_version = '49110-20201110';
/**
* Holds the required PHP version.