From 169f2a432dcb000ccee0d14c50b76a62218115b3 Mon Sep 17 00:00:00 2001 From: "Aaron D. Campbell" Date: Thu, 5 Jul 2018 18:13:53 +0000 Subject: [PATCH] Post 4.9.7 version bump for 4.9 branch git-svn-id: https://develop.svn.wordpress.org/branches/4.9@43433 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bb98a9b2d6..7bc0647ba9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.9.7", + "version": "4.9.8", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 0dca5681e7..1da1b4bf24 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.7-src'; +$wp_version = '4.9.8-alpha-43433-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.