| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | * Plugin Name: Jetpack |
| 4 | 4 | * Plugin URI: https://jetpack.com |
| 5 | 5 | * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. |
| 6 | 6 | * Author: Automattic |
| 7 | - * Version: 10.2.3 | |
| 7 | + * Version: 10.3 | |
| 8 | 8 | * Author URI: https://jetpack.com |
| 9 | 9 | * License: GPL2+ |
| 10 | 10 | * Text Domain: jetpack |
| 11 | 11 | * Requires at least: 5.7 |
| @@ -31,9 +31,9 @@ | ||
| 31 | 31 | */ |
| 32 | 32 | |
| 33 | 33 | define( 'JETPACK__MINIMUM_WP_VERSION', '5.7' ); |
| 34 | 34 | define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' ); |
| 35 | -define( 'JETPACK__VERSION', '10.2.3' ); | |
| 35 | +define( 'JETPACK__VERSION', '10.3' ); | |
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | 38 | * Constant used to fetch the connection owner token |
| 39 | 39 | * |