diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-19 12:16:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-19 12:16:54 +0000 |
commit | c790e928a86aaeed6bae63d80c583554ce8e3b7c (patch) | |
tree | 41a9fd929e2e1c6c833c00b8be762b68053e77f4 /wp-includes/version.php | |
parent | Adding upstream version 6.5.2+dfsg1. (diff) | |
download | wordpress-c790e928a86aaeed6bae63d80c583554ce8e3b7c.tar.xz wordpress-c790e928a86aaeed6bae63d80c583554ce8e3b7c.zip |
Adding upstream version 6.5.3+dfsg1.upstream/6.5.3+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/version.php')
-rw-r--r-- | wp-includes/version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php index 7fac17c..f285014 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5.2'; +$wp_version = '6.5.3'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |