Skip to content

Commit

Permalink
Update generate-config to WordPress 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanPak authored Jun 18, 2024
1 parent ccf9618 commit 35741aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Object.entries(sitesConfig).forEach((entry) => {
site_title: `${config.site_title_prefix} (LOCAL)`,
admin_user: "pmcdev",
admin_password: "pmcdev",
wp_version: 6.4,
wp_version: 6.5,
pmc: {
theme_repo: config.theme_repo,
theme_slug: config.theme_slug ?? "",
Expand Down

0 comments on commit 35741aa

Please sign in to comment.