Skip to content

Commit

Permalink
bump verison
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeyadr committed Oct 4, 2024
1 parent e5d71f3 commit 339c460
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Donate link: https://www.groundhogg.io/pricing/
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.1
Stable tag: 3.7
Stable tag: 3.7.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl.md

Expand Down
6 changes: 3 additions & 3 deletions groundhogg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Groundhogg
* Plugin URI: https://www.groundhogg.io/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
* Description: CRM and marketing automation for WordPress
* Version: 3.7
* Version: 3.7.0.1
* Author: Groundhogg Inc.
* Author URI: https://www.groundhogg.io/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
* Text Domain: groundhogg
Expand All @@ -24,8 +24,8 @@
exit;
}

define( 'GROUNDHOGG_VERSION', '3.7' );
define( 'GROUNDHOGG_PREVIOUS_STABLE_VERSION', '3.6.1.1' );
define( 'GROUNDHOGG_VERSION', '3.7.0.1' );
define( 'GROUNDHOGG_PREVIOUS_STABLE_VERSION', '3.7' );

define( 'GROUNDHOGG__FILE__', __FILE__ );
define( 'GROUNDHOGG_PLUGIN_BASE', plugin_basename( GROUNDHOGG__FILE__ ) );
Expand Down

0 comments on commit 339c460

Please sign in to comment.