summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:58:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:58:10 +0000
commit84013b8defc9e0583584f5d41fa9dcb59ca39b0c (patch)
tree97f1052e81d01558ecc5e05df6dd2d741f0a5574 /wp-includes/version.php
parentAdding upstream version 6.5+dfsg1. (diff)
downloadwordpress-84013b8defc9e0583584f5d41fa9dcb59ca39b0c.tar.xz
wordpress-84013b8defc9e0583584f5d41fa9dcb59ca39b0c.zip
Adding upstream version 6.5.2+dfsg1.upstream/6.5.2+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--wp-includes/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php
index dea1b63..7fac17c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.5';
+$wp_version = '6.5.2';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.