diff options
author | Aaron Jorbin <jorbin@git.wordpress.org> | 2025-04-28 17:30:14 +0000 |
---|---|---|
committer | Aaron Jorbin <jorbin@git.wordpress.org> | 2025-04-28 17:30:14 +0000 |
commit | 8a973547e0a5ba45d765d19da1649af228ad3da1 (patch) | |
tree | e829fd4780854f1888e01dfac412f387d51a9b7b | |
parent | f4a6ef525e8756f56628877542c77bbed3fce2bf (diff) | |
download | wordpress-6.8.tar.gz wordpress-6.8.zip |
Post WordPress 6.8.1 RC1 version bump.6.8
git-svn-id: https://develop.svn.wordpress.org/branches/6.8@60202 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r-- | src/wp-includes/version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 689b00f7e2..744d6a0959 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8.1-RC1-src'; +$wp_version = '6.8.1-RC1-60202-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |