Skip to content

Commit

Permalink
Post WordPress 6.0 version bump.
Browse files Browse the repository at this point in the history
The 6.0 branch is now 6.0.1-alpha.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53446 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed May 24, 2022
1 parent 3564881 commit 0a6c37c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "6.0.0",
"version": "6.0.1",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"repository": {
"type": "svn",
Expand Down
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.0-src';
$wp_version = '6.0.1-alpha-53446-src';

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

0 comments on commit 0a6c37c

Please sign in to comment.