From ffa1d646c42d24b3a0f0b45a16a0bccae4422bf8 Mon Sep 17 00:00:00 2001 From: GITUSER Date: Wed, 26 Aug 2020 01:52:15 -0500 Subject: [PATCH] Preparing release --- inbound-pro.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inbound-pro.php b/inbound-pro.php index a81fd817..4351e172 100644 --- a/inbound-pro.php +++ b/inbound-pro.php @@ -4,7 +4,7 @@ Plugin URI: http://www.inboundnow.com/ Description: Professional Inbound Marketing Suite for WordPress Author: InboundWP LLC -Version: 1.9.9.7.7 +Version: 1.9.9.7.8 Author URI: http://www.inboundnow.com/ Text Domain: inbound-pro */ @@ -95,7 +95,7 @@ public function __construct() { */ private static function define_constants() { - define('INBOUND_PRO_CURRENT_VERSION', '1.9.9.7.7' ); + define('INBOUND_PRO_CURRENT_VERSION', '1.9.9.7.8' ); define('INBOUND_PRO_STABLE_VERSION', '1.9.9.7.7' ); define('INBOUND_PRO_TRANSLATIONS_VERSION', '1.30.22' ); define('INBOUND_PRO_URLPATH', plugin_dir_url( __FILE__ ));