Skip to content

Commit

Permalink
Set trunk version global to 6.7-alpha rather than RC1.
Browse files Browse the repository at this point in the history
Follow up to [58575].


git-svn-id: https://develop.svn.wordpress.org/trunk@58576 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
peterwilsoncc committed Jun 25, 2024
1 parent 3a1e1f6 commit 3f2b3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-RC1-58575-src';
$wp_version = '6.7-alpha-58576-src';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit 3f2b3ad

Please sign in to comment.