diff --git a/jetpack b/jetpack index 593ff1d429..c07c76be37 160000 --- a/jetpack +++ b/jetpack @@ -1 +1 @@ -Subproject commit 593ff1d429df61f01d2ddd21a9ce3e9e3c40071f +Subproject commit c07c76be37a0a3030524222368118a43e924fc71 diff --git a/jetpack.php b/jetpack.php index b60cf4e396..0229baad5f 100644 --- a/jetpack.php +++ b/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 13.7 + * Version: 13.8.1 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -42,7 +42,7 @@ function vip_default_jetpack_version() { return '13.6'; } else { // WordPress 6.5 and newer. - return '13.7'; + return '13.8'; } } diff --git a/tests/test-jetpack.php b/tests/test-jetpack.php index 0396420e11..82df349221 100644 --- a/tests/test-jetpack.php +++ b/tests/test-jetpack.php @@ -7,7 +7,7 @@ public function test__vip_default_jetpack_version() { global $wp_version; $saved_wp_version = $wp_version; - $latest = '13.7'; + $latest = '13.8'; $versions_map = [ // WordPress version => Jetpack version