mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-18 14:21:25 +01:00
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:
parent
ccf7a5ef24
commit
962f107035
@ -88,7 +88,7 @@ class Requests {
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '1.6';
|
const VERSION = '1.7';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registered transport classes
|
* Registered transport classes
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user