diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:08:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:08:43 +0000 |
commit | 84f037a1298431a8feaff283dd7006958c0181f0 (patch) | |
tree | 4cc8a21b9865dc6c421f86ade88fd1a9a325f3be /wp-includes/version.php | |
parent | Releasing progress-linux version 6.5.3+dfsg1-1~progress7.99u1. (diff) | |
download | wordpress-84f037a1298431a8feaff283dd7006958c0181f0.tar.xz wordpress-84f037a1298431a8feaff283dd7006958c0181f0.zip |
Merging upstream version 6.5.5+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 f285014..bdcc719 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5.3'; +$wp_version = '6.5.5'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |