summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/version.php')
-rw-r--r--wp-includes/version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php
index bdcc719..9334b44 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.5.5';
+$wp_version = '6.6.1';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
@@ -37,7 +37,7 @@ $tinymce_version = '49110-20201110';
*
* @global string $required_php_version
*/
-$required_php_version = '7.0.0';
+$required_php_version = '7.2.24';
/**
* Holds the required MySQL version.