| @@ -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: 16.2-beta | |
| 7 | + * Version: 16.2 | |
| 8 | 8 | * Author URI: https://jetpack.com |
| 9 | 9 | * License: GPL2+ |
| 10 | 10 | * Text Domain: jetpack |
| 11 | 11 | * Requires at least: 7.0 |
| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | if ( ! defined( 'JETPACK__VERSION' ) ) { |
| 39 | 39 | // This breaks the project version checks when a one-liner. |
| 40 | - define( 'JETPACK__VERSION', '16.2-beta' ); | |
| 40 | + define( 'JETPACK__VERSION', '16.2' ); | |
| 41 | 41 | } |
| 42 | 42 | defined( 'JETPACK__MINIMUM_WP_VERSION' ) || define( 'JETPACK__MINIMUM_WP_VERSION', '7.0' ); |
| 43 | 43 | defined( 'JETPACK__MINIMUM_PHP_VERSION' ) || define( 'JETPACK__MINIMUM_PHP_VERSION', '7.4' ); |
| 44 | 44 | |