diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 1e97493ec..852b70ff7 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: The Bluehost Plugin * Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 2.13.5 + * Version: 2.13.6 * Tested up to: 6.2 * Requires at least: 6.0 * Requires PHP: 7.1 @@ -36,7 +36,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '2.13.5' ); +define( 'BLUEHOST_PLUGIN_VERSION', '2.13.6' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );