Skip to content

Commit

Permalink
Merge branch 'release/1.9.9.8.3'
Browse files Browse the repository at this point in the history
# Conflicts:
#	inbound-pro.php
  • Loading branch information
atwellpub committed Jan 5, 2021
2 parents 3f14492 + 3836187 commit 52f2fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inbound-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://www.inboundnow.com/
Description: Professional Inbound Marketing Suite for WordPress
Author: InboundWP LLC
Version: 1.9.9.8.2
Version: 1.9.9.8.3
Author URI: http://www.inboundnow.com/
Text Domain: inbound-pro
*/
Expand Down Expand Up @@ -95,8 +95,8 @@ public function __construct() {
*/
private static function define_constants() {

define('INBOUND_PRO_CURRENT_VERSION', '1.9.9.8.1' );
define('INBOUND_PRO_STABLE_VERSION', '1.9.9.8.1' );
define('INBOUND_PRO_CURRENT_VERSION', '1.9.9.8.3' );
define('INBOUND_PRO_STABLE_VERSION', '1.9.9.8.3' );
define('INBOUND_PRO_TRANSLATIONS_VERSION', '1.30.22' );
define('INBOUND_PRO_URLPATH', plugin_dir_url( __FILE__ ));
define('INBOUND_PRO_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit 52f2fb9

Please sign in to comment.