From 86d2f52a045c6aabe7e698fc56de91efaa8b4177 Mon Sep 17 00:00:00 2001 From: "Aaron D. Campbell" Date: Tue, 31 Jul 2018 20:25:35 +0000 Subject: [PATCH] Post WordPress 4.9.8 RC 3 version bump. git-svn-id: https://develop.svn.wordpress.org/branches/4.9@43547 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 17ae02ed07..f8f40a0c96 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.8-RC3-src'; +$wp_version = '4.9.8-RC3-43547-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.