HTTP API: Bump version of Requests to 1.7.

See #33055.
Built from https://develop.svn.wordpress.org/trunk@38163


git-svn-id: http://core.svn.wordpress.org/trunk@38104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-07-27 14:55:28 +00:00
parent ccf7a5ef24
commit 962f107035
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class Requests {
* *
* @var string * @var string
*/ */
const VERSION = '1.6'; const VERSION = '1.7';
/** /**
* Registered transport classes * Registered transport classes

View File

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