From 19aab9d3d69189544437f304f80fd9bc1dde7fec Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Thu, 3 Aug 2017 20:36:42 +0000 Subject: [PATCH] REST API: Make jshint happy again after [41222]. See #40919. Built from https://develop.svn.wordpress.org/trunk@41224 git-svn-id: http://core.svn.wordpress.org/trunk@41064 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index fa79832956..ce2cb66d1d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41223'; +$wp_version = '4.9-alpha-41224'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.