Skip to content

Commit

Permalink
Bump version to 4.7-alpha (#6301)
Browse files Browse the repository at this point in the history
  • Loading branch information
dereksmart authored Feb 6, 2017
1 parent 2fa220d commit 3f8ac0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3f8ac0f

Please sign in to comment.