From 050f26a12ddfe07196db8f7c26f83b18f5b4e4a6 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 29 Apr 2020 17:56:08 +0000 Subject: [PATCH] WordPress 4.7.17 git-svn-id: https://develop.svn.wordpress.org/branches/4.7@47673 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8a7d5161b2..1334b45cce 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index b3792717ce..639a82d692 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -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.