diff --git a/wp-includes/theme.json b/wp-includes/theme.json index 5cfb3ccda0..fb26d36518 100644 --- a/wp-includes/theme.json +++ b/wp-includes/theme.json @@ -1,5 +1,5 @@ { - "$schema": "../schemas/json/theme.json", + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "settings": { "appearanceTools": false, diff --git a/wp-includes/version.php b/wp-includes/version.php index 56f1414a80..b82ab9b893 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-beta3-61866'; +$wp_version = '7.0-beta3-61867'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.