Skip to content

Commit 9c0bcaf

Browse files
authored
Update versions to start 8.9 Release cycle (#16706)
1 parent aefee69 commit 9c0bcaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jetpack.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://jetpack.com
55
* 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.
66
* Author: Automattic
7-
* Version: 8.8-alpha
7+
* Version: 8.9-alpha
88
* Author URI: https://jetpack.com
99
* License: GPL2+
1010
* Text Domain: jetpack
@@ -16,7 +16,7 @@
1616

1717
define( 'JETPACK__MINIMUM_WP_VERSION', '5.4' );
1818
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
19-
define( 'JETPACK__VERSION', '8.8-alpha' );
19+
define( 'JETPACK__VERSION', '8.9-alpha' );
2020
define( 'JETPACK_MASTER_USER', true );
2121
define( 'JETPACK__API_VERSION', 1 );
2222
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Jetpack",
3-
"version": "8.8.0-alpha",
3+
"version": "8.9.0-alpha",
44
"description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).",
55
"homepage": "https://jetpack.com",
66
"author": "Automattic",

0 commit comments

Comments
 (0)