Skip to content

Commit

Permalink
Merge tag '1.7.3+dev' into develop
Browse files Browse the repository at this point in the history
Source code for release 1.7.3+dev
  • Loading branch information
ClassyBot committed Mar 9, 2024
2 parents 9ae81ab + f084c58 commit fa85eec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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": "ClassicPress",
"version": "1.7.2+dev",
"version": "1.7.3+dev",
"description": "ClassicPress is web software you can use to create a beautiful website or blog.",
"repository": {
"type": "git",
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 @@ -27,7 +27,7 @@
*
* @global string $cp_version
*/
$cp_version = '1.7.2+dev';
$cp_version = '1.7.3+dev';

/**
* The WordPress version string
Expand Down

0 comments on commit fa85eec

Please sign in to comment.