From 31944160b3d8c35f1d52063858363431a8599f18 Mon Sep 17 00:00:00 2001 From: Dave Ryan Date: Mon, 7 Jun 2021 10:17:08 -0700 Subject: [PATCH] Version bump to 2.7.1 --- bluehost-wordpress-plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 26eec9c83..ce5e255bf 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Bluehost * Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 2.7.0 + * Version: 2.7.1 * Requires at least: 4.7 * Requires PHP: 5.6 * Author: Bluehost @@ -27,7 +27,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '2.7.0' ); +define( 'BLUEHOST_PLUGIN_VERSION', '2.7.1' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );