wp/wp-includes/version.php
changeset 16 a86126ab1dd4
parent 13 d255fe9cd479
child 18 be944660c56a
--- a/wp/wp-includes/version.php	Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-includes/version.php	Tue Dec 15 13:49:49 2020 +0100
@@ -9,35 +9,35 @@
  */
 
 /**
- * The WordPress version string
+ * The WordPress version string.
  *
  * @global string $wp_version
  */
-$wp_version = '5.2.4';
+$wp_version = '5.5.1';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
  *
  * @global int $wp_db_version
  */
-$wp_db_version = 44719;
+$wp_db_version = 48748;
 
 /**
- * Holds the TinyMCE version
+ * Holds the TinyMCE version.
  *
  * @global string $tinymce_version
  */
-$tinymce_version = '4940-20190515';
+$tinymce_version = '49100-20200624';
 
 /**
- * Holds the required PHP version
+ * Holds the required PHP version.
  *
  * @global string $required_php_version
  */
 $required_php_version = '5.6.20';
 
 /**
- * Holds the required MySQL version
+ * Holds the required MySQL version.
  *
  * @global string $required_mysql_version
  */