WordPress 4.7.17

git-svn-id: https://develop.svn.wordpress.org/branches/4.7@47673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2020-04-29 17:56:08 +00:00
parent f9be892b76
commit 050f26a12d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "4.7.16",
"version": "4.7.17",
"description": "WordPress is web software you can use to create a beautiful website or blog.",
"repository": {
"type": "svn",

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7.16-src';
$wp_version = '4.7.17-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.