diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:58:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:58:13 +0000 |
commit | 1c9f89c96d7f1373ecec034fd078f3ab60a77e71 (patch) | |
tree | ecb9ca7fa7ef5bfd4d38721c7310d457cedfae5d /wp-includes/version.php | |
parent | Releasing progress-linux version 6.5+dfsg1-1~progress7.99u1. (diff) | |
download | wordpress-1c9f89c96d7f1373ecec034fd078f3ab60a77e71.tar.xz wordpress-1c9f89c96d7f1373ecec034fd078f3ab60a77e71.zip |
Merging upstream version 6.5.2+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 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. |