From 3f8ac0fc9a402096d64ac5a172854325ff92e760 Mon Sep 17 00:00:00 2001 From: Derek Smart Date: Mon, 6 Feb 2017 13:31:23 -0500 Subject: [PATCH] Bump version to 4.7-alpha (#6301) --- jetpack.php | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jetpack.php b/jetpack.php index f0776dcb10492..5efd8da6d887c 100644 --- a/jetpack.php +++ b/jetpack.php @@ -5,7 +5,7 @@ * Plugin URI: http://jetpack.com * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users. * Author: Automattic - * Version: 4.6-beta1 + * Version: 4.7-alpha * Author URI: http://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -14,7 +14,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '4.6' ); -define( 'JETPACK__VERSION', '4.6-beta1' ); +define( 'JETPACK__VERSION', '4.7-alpha' ); define( 'JETPACK_MASTER_USER', true ); define( 'JETPACK__API_VERSION', 1 ); define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); diff --git a/package.json b/package.json index 816ba8843e71a..d531807c9419b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "4.6.0-beta1", + "version": "4.7.0-alpha", "description": "[Jetpack](http://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).", "homepage": "http://jetpack.com", "author": "Automattic",