Skip to content

Commit 065a7d7

Browse files
author
GITUSER
committed
Preparing release
1 parent d3f937a commit 065a7d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inbound-pro.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: http://www.inboundnow.com/
55
Description: Professional Inbound Marketing Suite for WordPress
66
Author: InboundWP LLC
7-
Version: 1.9.9.8.4
7+
Version: 1.9.9.8.5
88
Author URI: http://www.inboundnow.com/
99
Text Domain: inbound-pro
1010
*/
@@ -95,8 +95,8 @@ public function __construct() {
9595
*/
9696
private static function define_constants() {
9797

98-
define('INBOUND_PRO_CURRENT_VERSION', '1.9.9.8.4' );
99-
define('INBOUND_PRO_STABLE_VERSION', '1.9.9.8.4' );
98+
define('INBOUND_PRO_CURRENT_VERSION', '1.9.9.8.5' );
99+
define('INBOUND_PRO_STABLE_VERSION', '1.9.9.8.5' );
100100
define('INBOUND_PRO_TRANSLATIONS_VERSION', '1.30.22' );
101101
define('INBOUND_PRO_URLPATH', plugin_dir_url( __FILE__ ));
102102
define('INBOUND_PRO_PATH', plugin_dir_path( __FILE__ ) );

0 commit comments

Comments
 (0)