From d0593d59be05845aa9fd610b81e61e6a7895563f Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 3 Oct 2017 15:20:46 +0000 Subject: [PATCH] Tools: enable Grunt precommit task to run without requiring SVN or GIT. Fixes #41957 Built from https://develop.svn.wordpress.org/trunk@41708 git-svn-id: http://core.svn.wordpress.org/trunk@41542 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 674bf76ba5..27d35faa31 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41707'; +$wp_version = '4.9-alpha-41708'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.